#418978

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

Shades of Viridian #418978

Tints of Viridian #418978

Color information

#418978 (or 0x418978) is unknown color: approx Viridian. HEX triplet: 41, 89 and 78. RGB value is (65,137,120). Sum of RGB (Red+Green+Blue) = 65+137+120=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #418978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418978 is #BE7687. Grayscale: #717171. Windows color (decimal): -12482184 or 7899457. OLE color: 7899457.

HSL color Cylindrical-coordinate representation of color #418978: hue angle of 165.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418978 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB65137120-
CMYK0.5300.120.46
HSL165.83º35.64%39.61%-
HSV(B)165.83º52.55%53.73%-
XYZ14.5220.3720.94-
YUV113.53131.6593.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=20.19%
G=42.55%
B=37.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371200.5300.120.46165.8335.6439.61
Hex418978350C2Ea62428
Octal10121117065014562464450
Binary10000011000100111110001101010110010111010100110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418978; }

 p { color: rgb(65,137,120); }

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

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

 a { background-color: rgb(65,137,120); }

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

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

 span { border-color: rgb(65,137,120); }

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