#41826D

Color #41826D Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #41826D

Tints of Viridian #41826D

Color information

#41826D (or 0x41826D) is unknown color: approx Viridian. HEX triplet: 41, 82 and 6D. RGB value is (65,130,109). Sum of RGB (Red+Green+Blue) = 65+130+109=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #41826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41826D is #BE7D92. Grayscale: #6C6C6C. Windows color (decimal): -12483987 or 7176769. OLE color: 7176769.

HSL color Cylindrical-coordinate representation of color #41826D: hue angle of 160.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41826D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB65130109-
CMYK0.5000.160.49
HSL160.62º33.33%38.24%-
HSV(B)160.62º50%50.98%-
XYZ12.9218.1917.3-
YUV108.17128.4797.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=21.38%
G=42.76%
B=35.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301090.5000.160.49160.6233.3338.24
Hex41826D3201031a12126
Octal10120215562020612414146
Binary100000110000010110110111001001000011000110100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41826D; }

 p { color: rgb(65,130,109); }

 H1.HeaderClassName
 {
   color: #41826D;
 }
 .AnyTagClassName
 {
   color: #41826D;
 }
</style>
background-color css

<style>
 a { background-color: #41826D; }

 a { background-color: rgb(65,130,109); }

 div.DivClassName
 {
   background-color: #41826D;
 }
 .BgClassName
 {
   background-color: #41826D;
 }
</style>
border-color css

<style>
 span { border-color: #41826D; }

 span { border-color: rgb(65,130,109); }

 td.TdClassName
 {
   border-color: #41826D;
 }
 .TagClassName
 {
   border-color: #41826D;
 }
</style>