#455C52

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

Shades of Viridian Green #455C52

Tints of Viridian Green #455C52

Color information

#455C52 (or 0x455C52) is unknown color: approx Viridian Green. HEX triplet: 45, 5C and 52. RGB value is (69,92,82). Sum of RGB (Red+Green+Blue) = 69+92+82=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 92 - color contains mainly: green. Hex color #455C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C52 is #BAA3AD. Grayscale: #535353. Windows color (decimal): -12231598 or 5397573. OLE color: 5397573.

HSL color Cylindrical-coordinate representation of color #455C52: hue angle of 153.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C52 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB699282-
CMYK0.2500.110.64
HSL153.91º14.29%31.57%-
HSV(B)153.91º25%36.08%-
XYZ7.89.539.41-
YUV83.98126.88117.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=28.40%
G=37.86%
B=33.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992820.2500.110.64153.9114.2931.57
Hex455C52190B409ae20
Octal105134122310131002321640
Binary10001011011100101001011001010111000000100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C52; }

 p { color: rgb(69,92,82); }

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

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

 a { background-color: rgb(69,92,82); }

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

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

 span { border-color: rgb(69,92,82); }

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