#419476

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

Shades of Viridian #419476

Tints of Viridian #419476

Color information

#419476 (or 0x419476) is unknown color: approx Viridian. HEX triplet: 41, 94 and 76. RGB value is (65,148,118). Sum of RGB (Red+Green+Blue) = 65+148+118=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #419476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419476 is #BE6B89. Grayscale: #777777. Windows color (decimal): -12479370 or 7771201. OLE color: 7771201.

HSL color Cylindrical-coordinate representation of color #419476: hue angle of 158.31º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419476 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB65148118-
CMYK0.5600.200.42
HSL158.31º38.97%41.76%-
HSV(B)158.31º56.08%58.04%-
XYZ16.0423.6120.85-
YUV119.7612788.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=19.64%
G=44.71%
B=35.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481180.5600.200.42158.3138.9741.76
Hex419476380142A9e272a
Octal10122416670024522364752
Binary100000110010100111011011100001010010101010011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419476; }

 p { color: rgb(65,148,118); }

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

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

 a { background-color: rgb(65,148,118); }

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

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

 span { border-color: rgb(65,148,118); }

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