Html Css Color HEX #57530C Verdun Green

📋 copy color: '#57530C'

red 87 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #57530C

Tints of Verdun Green #57530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

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

R = 47.8%
G = 45.6%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57530C (or 0x57530C) is known color: Verdun Green. HEX triplet: 57, 53 and 0C. RGB value is (87,83,12). Sum of RGB (Red+Green+Blue) = 87+83+12=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530C is #A8ACF3. Grayscale: #4C4C4C. Windows color (decimal): -11054324 or 807767. OLE color: 807767.

HSL color Cylindrical-coordinate representation of color #57530C: hue angle of 56.8º 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 #57530C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 12 -
CMYK 0 0.05 0.86 0.66
HSL 56.8º 0.76% 0.19% -
HSV(B) 56.8º 0.86% 0.34% -
XYZ 7.09 8.24 1.56 -
YUV 76.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 87 83 12 0 0.05 0.86 0.66 56.8 0.76 0.19
Hex 57 53 C 0 5 56 42 39 4C 13
Octal 127 123 14 0 5 126 102 71 114 23
Binary 1010111 1010011 1100 0 101 1010110 1000010 111001 1001100 10011

Color Harmonies of #57530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57530C

Black with #57530C

Text Example


Text Example

White with #57530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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