#419475

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

Shades of Viridian #419475

Tints of Viridian #419475

Color information

#419475 (or 0x419475) is unknown color: approx Viridian. HEX triplet: 41, 94 and 75. RGB value is (65,148,117). Sum of RGB (Red+Green+Blue) = 65+148+117=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #419475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419475 is #BE6B8A. Grayscale: #777777. Windows color (decimal): -12479371 or 7705665. OLE color: 7705665.

HSL color Cylindrical-coordinate representation of color #419475: hue angle of 157.59º 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 #419475 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB65148117-
CMYK0.5600.210.42
HSL157.59º38.97%41.76%-
HSV(B)157.59º56.08%58.04%-
XYZ15.9823.5920.54-
YUV119.65126.589.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=19.70%
G=44.85%
B=35.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481170.5600.210.42157.5938.9741.76
Hex419475380152A9e272a
Octal10122416570025522364752
Binary100000110010100111010111100001010110101010011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419475; }

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

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

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

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

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

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

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

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