#418876

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

Shades of Viridian #418876

Tints of Viridian #418876

Color information

#418876 (or 0x418876) is unknown color: approx Viridian. HEX triplet: 41, 88 and 76. RGB value is (65,136,118). Sum of RGB (Red+Green+Blue) = 65+136+118=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #418876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418876 is #BE7789. Grayscale: #707070. Windows color (decimal): -12482442 or 7768129. OLE color: 7768129.

HSL color Cylindrical-coordinate representation of color #418876: hue angle of 164.79º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418876 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB65136118-
CMYK0.5200.130.47
HSL164.79º35.32%39.41%-
HSV(B)164.79º52.21%53.33%-
XYZ14.2520.0420.26-
YUV112.72130.9893.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=20.38%
G=42.63%
B=36.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361180.5200.130.47164.7935.3239.41
Hex418876340D2Fa52327
Octal10121016664015572454347
Binary10000011000100011101101101000110110111110100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418876; }

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

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

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

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

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

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

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

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