Html Css Color HEX #54605D Viridian Green

📋 copy color: '#54605D'

red 84 ◦ green 96 ◦ blue 93

#54605D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #54605D

Tints of Viridian Green #54605D

RGB

 RED value IS 84 (33.2% 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 value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#54605D (or 0x54605D) is known color: 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

RGB 84 96 93 -
CMYK 0.12 0 0.03 0.62
HSL 165º 0.07% 0.35% -
HSV(B) 165º 0.13% 0.38% -
XYZ 9.81 11.04 11.97 -
YUV 92.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 84 96 93 0.12 0 0.03 0.62 165 0.07 0.35
Hex 54 60 5D C 0 3 3E A5 7 23
Octal 124 140 135 14 0 3 76 245 7 43
Binary 1010100 1100000 1011101 1100 0 11 111110 10100101 111 100011

Color Harmonies of #54605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54605D

Black with #54605D

Text Example


Text Example

White with #54605D

Text Example


Text Example

HTML Codes & Css Web 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>