Html Css Color HEX #57540C Verdun Green

📋 copy color: '#57540C'

red 87 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #57540C

Tints of Verdun Green #57540C

RGB

 RED value IS 87 (34.38% from 255) = 47.54%

 GREEN value IS 84 (33.2% from 255) = 45.9%

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

R = 47.54%
G = 45.9%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57540C (or 0x57540C) is known color: Verdun Green. HEX triplet: 57, 54 and 0C. RGB value is (87,84,12). Sum of RGB (Red+Green+Blue) = 87+84+12=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57540C is #A8ABF3. Grayscale: #4C4C4C. Windows color (decimal): -11054068 or 808023. OLE color: 808023.

HSL color Cylindrical-coordinate representation of color #57540C: hue angle of 57.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57540C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 12 -
CMYK 0 0.03 0.86 0.66
HSL 57.6º 0.76% 0.19% -
HSV(B) 57.6º 0.86% 0.34% -
XYZ 7.17 8.39 1.59 -
YUV 76.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 87 84 12 0 0.03 0.86 0.66 57.6 0.76 0.19
Hex 57 54 C 0 3 56 42 3A 4C 13
Octal 127 124 14 0 3 126 102 72 114 23
Binary 1010111 1010100 1100 0 11 1010110 1000010 111010 1001100 10011

Color Harmonies of #57540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57540C

Black with #57540C

Text Example


Text Example

White with #57540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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