#455C53

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

Shades of Viridian Green #455C53

Tints of Viridian Green #455C53

Color information

#455C53 (or 0x455C53) is unknown color: approx Viridian Green. HEX triplet: 45, 5C and 53. RGB value is (69,92,83). Sum of RGB (Red+Green+Blue) = 69+92+83=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #455C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C53 is #BAA3AC. Grayscale: #545454. Windows color (decimal): -12231597 or 5463109. OLE color: 5463109.

HSL color Cylindrical-coordinate representation of color #455C53: hue angle of 156.52º 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 #455C53 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB699283-
CMYK0.2500.100.64
HSL156.52º14.29%31.57%-
HSV(B)156.52º25%36.08%-
XYZ7.849.549.61-
YUV84.1127.38117.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=28.28%
G=37.70%
B=34.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992830.2500.100.64156.5214.2931.57
Hex455C53190A409de20
Octal105134123310121002351640
Binary10001011011100101001111001010101000000100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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