#45886E

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

Shades of Viridian #45886E

Tints of Viridian #45886E

Color information

#45886E (or 0x45886E) is unknown color: approx Viridian. HEX triplet: 45, 88 and 6E. RGB value is (69,136,110). Sum of RGB (Red+Green+Blue) = 69+136+110=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #45886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45886E is #BA7791. Grayscale: #717171. Windows color (decimal): -12220306 or 7243845. OLE color: 7243845.

HSL color Cylindrical-coordinate representation of color #45886E: hue angle of 156.72º degrees, saturation: 0.33, 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 #45886E is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB69136110-
CMYK0.4900.190.47
HSL156.72º32.68%40.2%-
HSV(B)156.72º49.26%53.33%-
XYZ14.072017.87-
YUV113126.396.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=21.90%
G=43.17%
B=34.92%

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
Decimal691361100.4900.190.47156.7232.6840.2
Hex45886E310132F9d2128
Octal10521015661023572354150
Binary100010110001000110111011000101001110111110011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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