#54605D

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

Shades of Viridian Green #54605D

Tints of Viridian Green #54605D

Color information

#54605D (or 0x54605D) is unknown color: approx Viridian Green. HEX triplet: 54, 60 and 5D. RGB value is (84,96,93). Sum of RGB (Red+Green+Blue) = 84+96+93=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #54605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54605D is #AB9FA2. Grayscale: #5C5C5C. Windows color (decimal): -11247523 or 6119508. OLE color: 6119508.

HSL color Cylindrical-coordinate representation of color #54605D: hue angle of 165º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54605D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB849693-
CMYK0.1200.030.62
HSL165º6.67%35.29%-
HSV(B)165º12.5%37.65%-
XYZ9.8111.0411.97-
YUV92.07128.52122.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=30.77%
G=35.16%
B=34.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496930.1200.030.621656.6735.29
Hex54605DC033Ea5723
Octal124140135140376245743
Binary101010011000001011101110001111111010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54605D; }

 p { color: rgb(84,96,93); }

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

<style>
 a { background-color: #54605D; }

 a { background-color: rgb(84,96,93); }

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

<style>
 span { border-color: #54605D; }

 span { border-color: rgb(84,96,93); }

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