Html Css Color HEX #54500D Verdun Green

📋 copy color: '#54500D'

red 84 ◦ green 80 ◦ blue 13

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

Shades of Verdun Green #54500D

Tints of Verdun Green #54500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

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

R = 47.46%
G = 45.2%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54500D (or 0x54500D) is known color: Verdun Green. HEX triplet: 54, 50 and 0D. RGB value is (84,80,13). Sum of RGB (Red+Green+Blue) = 84+80+13=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54500D is #ABAFF2. Grayscale: #494949. Windows color (decimal): -11251699 or 872532. OLE color: 872532.

HSL color Cylindrical-coordinate representation of color #54500D: hue angle of 56.62º 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 #54500D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 13 -
CMYK 0 0.05 0.85 0.67
HSL 56.62º 0.73% 0.19% -
HSV(B) 56.62º 0.85% 0.33% -
XYZ 6.6 7.65 1.51 -
YUV 73.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 84 80 13 0 0.05 0.85 0.67 56.62 0.73 0.19
Hex 54 50 D 0 5 55 43 39 49 13
Octal 124 120 15 0 5 125 103 71 111 23
Binary 1010100 1010000 1101 0 101 1010101 1000011 111001 1001001 10011

Color Harmonies of #54500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54500D

Black with #54500D

Text Example


Text Example

White with #54500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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