#419074

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

Shades of Viridian #419074

Tints of Viridian #419074

Color information

#419074 (or 0x419074) is unknown color: approx Viridian. HEX triplet: 41, 90 and 74. RGB value is (65,144,116). Sum of RGB (Red+Green+Blue) = 65+144+116=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #419074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419074 is #BE6F8B. Grayscale: #757575. Windows color (decimal): -12480396 or 7639105. OLE color: 7639105.

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

Color convert

RGB65144116-
CMYK0.5500.190.44
HSL158.73º37.8%40.98%-
HSV(B)158.73º54.86%56.47%-
XYZ15.3122.3320.03-
YUV117.19127.3390.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=20%
G=44.31%
B=35.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441160.5500.190.44158.7337.840.98
Hex419074370132C9f2629
Octal10122016467023542374651
Binary100000110010000111010011011101001110110010011111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419074; }

 p { color: rgb(65,144,116); }

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

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

 a { background-color: rgb(65,144,116); }

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

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

 span { border-color: rgb(65,144,116); }

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