#45876E

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

Shades of Viridian #45876E

Tints of Viridian #45876E

Color information

#45876E (or 0x45876E) is unknown color: approx Viridian. HEX triplet: 45, 87 and 6E. RGB value is (69,135,110). Sum of RGB (Red+Green+Blue) = 69+135+110=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #45876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45876E is #BA7891. Grayscale: #707070. Windows color (decimal): -12220562 or 7243589. OLE color: 7243589.

HSL color Cylindrical-coordinate representation of color #45876E: hue angle of 157.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45876E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB69135110-
CMYK0.4900.190.47
HSL157.27º32.35%40%-
HSV(B)157.27º48.89%52.94%-
XYZ13.9319.7217.82-
YUV112.42126.6397.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=21.97%
G=42.99%
B=35.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351100.4900.190.47157.2732.3540
Hex45876E310132F9d2028
Octal10520715661023572354050
Binary100010110000111110111011000101001110111110011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45876E; }

 p { color: rgb(69,135,110); }

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

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

 a { background-color: rgb(69,135,110); }

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

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

 span { border-color: rgb(69,135,110); }

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