#455C51

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

Shades of Viridian Green #455C51

Tints of Viridian Green #455C51

Color information

#455C51 (or 0x455C51) is unknown color: approx Viridian Green. HEX triplet: 45, 5C and 51. RGB value is (69,92,81). Sum of RGB (Red+Green+Blue) = 69+92+81=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 92 - color contains mainly: green. Hex color #455C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C51 is #BAA3AE. Grayscale: #535353. Windows color (decimal): -12231599 or 5332037. OLE color: 5332037.

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

Color convert

RGB699281-
CMYK0.2500.120.64
HSL151.3º14.29%31.57%-
HSV(B)151.3º25%36.08%-
XYZ7.779.519.21-
YUV83.87126.38117.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=28.51%
G=38.02%
B=33.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992810.2500.120.64151.314.2931.57
Hex455C51190C4097e20
Octal105134121310141002271640
Binary10001011011100101000111001011001000000100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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