#418877

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

Shades of Viridian #418877

Tints of Viridian #418877

Color information

#418877 (or 0x418877) is unknown color: approx Viridian. HEX triplet: 41, 88 and 77. RGB value is (65,136,119). Sum of RGB (Red+Green+Blue) = 65+136+119=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #418877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418877 is #BE7788. Grayscale: #707070. Windows color (decimal): -12482441 or 7833665. OLE color: 7833665.

HSL color Cylindrical-coordinate representation of color #418877: hue angle of 165.63º 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 #418877 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB65136119-
CMYK0.5200.120.47
HSL165.63º35.32%39.41%-
HSV(B)165.63º52.21%53.33%-
XYZ14.3120.0620.57-
YUV112.83131.4893.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=20.31%
G=42.5%
B=37.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361190.5200.120.47165.6335.3239.41
Hex418877340C2Fa62327
Octal10121016764014572464347
Binary10000011000100011101111101000110010111110100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418877; }

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

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

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

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

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

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

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

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