Html Css Color HEX #54520D Verdun Green

📋 copy color: '#54520D'

red 84 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #54520D

Tints of Verdun Green #54520D

RGB

 RED value IS 84 (33.2% from 255) = 46.93%

 GREEN value IS 82 (32.42% from 255) = 45.81%

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 46.93%
G = 45.81%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54520D (or 0x54520D) is known color: Verdun Green. HEX triplet: 54, 52 and 0D. RGB value is (84,82,13). Sum of RGB (Red+Green+Blue) = 84+82+13=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520D is #ABADF2. Grayscale: #4B4B4B. Windows color (decimal): -11251187 or 873044. OLE color: 873044.

HSL color Cylindrical-coordinate representation of color #54520D: hue angle of 58.31º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54520D is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 82 13 -
CMYK 0 0.02 0.85 0.67
HSL 58.31º 0.73% 0.19% -
HSV(B) 58.31º 0.85% 0.33% -
XYZ 6.75 7.95 1.56 -
YUV 74.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 84 82 13 0 0.02 0.85 0.67 58.31 0.73 0.19
Hex 54 52 D 0 2 55 43 3A 49 13
Octal 124 122 15 0 2 125 103 72 111 23
Binary 1010100 1010010 1101 0 10 1010101 1000011 111010 1001001 10011

Color Harmonies of #54520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54520D

Black with #54520D

Text Example


Text Example

White with #54520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,82,13); }

 H1.HeaderClassName
 {
   color: #54520D;
 }
 .AnyTagClassName
 {
   color: #54520D;
 }
</style>

background-color css

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

 a { background-color: rgb(84,82,13); }

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

border-color css

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

 span { border-color: rgb(84,82,13); }

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