#419175

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

Shades of Viridian #419175

Tints of Viridian #419175

Color information

#419175 (or 0x419175) is unknown color: approx Viridian. HEX triplet: 41, 91 and 75. RGB value is (65,145,117). Sum of RGB (Red+Green+Blue) = 65+145+117=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #419175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419175 is #BE6E8A. Grayscale: #757575. Windows color (decimal): -12480139 or 7704897. OLE color: 7704897.

HSL color Cylindrical-coordinate representation of color #419175: hue angle of 159º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419175 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB65145117-
CMYK0.5500.190.43
HSL159º38.1%41.18%-
HSV(B)159º55.17%56.86%-
XYZ15.5222.6620.39-
YUV117.89127.590.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=19.88%
G=44.34%
B=35.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451170.5500.190.4315938.141.18
Hex419175370132B9f2629
Octal10122116567023532374651
Binary100000110010001111010111011101001110101110011111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419175; }

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

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

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

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

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

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

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

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