#54605B

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

Shades of Viridian Green #54605B

Tints of Viridian Green #54605B

Color information

#54605B (or 0x54605B) is unknown color: approx Viridian Green. HEX triplet: 54, 60 and 5B. RGB value is (84,96,91). Sum of RGB (Red+Green+Blue) = 84+96+91=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #54605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54605B is #AB9FA4. Grayscale: #5B5B5B. Windows color (decimal): -11247525 or 5988436. OLE color: 5988436.

HSL color Cylindrical-coordinate representation of color #54605B: hue angle of 155º 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 #54605B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB849691-
CMYK0.1200.050.62
HSL155º6.67%35.29%-
HSV(B)155º12.5%37.65%-
XYZ9.7311.0111.51-
YUV91.84127.52122.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=31.00%
G=35.42%
B=33.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496910.1200.050.621556.6735.29
Hex54605BC053E9b723
Octal124140133140576233743
Binary1010100110000010110111100010111111010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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