Html Css Color HEX #54550D Verdun Green

📋 copy color: '#54550D'

red 84 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #54550D

Tints of Verdun Green #54550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 46.15%
G = 46.7%
B = 7.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54550D (or 0x54550D) is known color: Verdun Green. HEX triplet: 54, 55 and 0D. RGB value is (84,85,13). Sum of RGB (Red+Green+Blue) = 84+85+13=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #54550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550D is #ABAAF2. Grayscale: #4C4C4C. Windows color (decimal): -11250419 or 873812. OLE color: 873812.

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

Color convert

RGB 84 85 13 -
CMYK 0.01 0 0.85 0.67
HSL 60.83º 0.73% 0.19% -
HSV(B) 60.83º 0.85% 0.33% -
XYZ 6.98 8.41 1.64 -
YUV 76.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 84 85 13 0.01 0 0.85 0.67 60.83 0.73 0.19
Hex 54 55 D 1 0 55 43 3D 49 13
Octal 124 125 15 1 0 125 103 75 111 23
Binary 1010100 1010101 1101 1 0 1010101 1000011 111101 1001001 10011

Color Harmonies of #54550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54550D

Black with #54550D

Text Example


Text Example

White with #54550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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