Html Css Color HEX #54550C Verdun Green

📋 copy color: '#54550C'

red 84 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #54550C

Tints of Verdun Green #54550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 46.41%
G = 46.96%
B = 6.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54550C (or 0x54550C) is known color: Verdun Green. HEX triplet: 54, 55 and 0C. RGB value is (84,85,12). Sum of RGB (Red+Green+Blue) = 84+85+12=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #54550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550C is #ABAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11250420 or 808276. OLE color: 808276.

HSL color Cylindrical-coordinate representation of color #54550C: hue angle of 60.82º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54550C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 85 12 -
CMYK 0.01 0 0.86 0.67
HSL 60.82º 0.75% 0.19% -
HSV(B) 60.82º 0.86% 0.33% -
XYZ 6.97 8.41 1.6 -
YUV 76.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 84 85 12 0.01 0 0.86 0.67 60.82 0.75 0.19
Hex 54 55 C 1 0 56 43 3D 4B 13
Octal 124 125 14 1 0 126 103 75 113 23
Binary 1010100 1010101 1100 1 0 1010110 1000011 111101 1001011 10011

Color Harmonies of #54550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54550C

Black with #54550C

Text Example


Text Example

White with #54550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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