Html Css Color HEX #57530B Verdun Green

📋 copy color: '#57530B'

red 87 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #57530B

Tints of Verdun Green #57530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 48.07%
G = 45.86%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57530B (or 0x57530B) is known color: Verdun Green. HEX triplet: 57, 53 and 0B. RGB value is (87,83,11). Sum of RGB (Red+Green+Blue) = 87+83+11=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530B is #A8ACF4. Grayscale: #4C4C4C. Windows color (decimal): -11054325 or 742231. OLE color: 742231.

HSL color Cylindrical-coordinate representation of color #57530B: hue angle of 56.84º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57530B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 11 -
CMYK 0 0.05 0.87 0.66
HSL 56.84º 0.78% 0.19% -
HSV(B) 56.84º 0.87% 0.34% -
XYZ 7.08 8.24 1.53 -
YUV 75.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 87 83 11 0 0.05 0.87 0.66 56.84 0.78 0.19
Hex 57 53 B 0 5 57 42 39 4E 13
Octal 127 123 13 0 5 127 102 71 116 23
Binary 1010111 1010011 1011 0 101 1010111 1000010 111001 1001110 10011

Color Harmonies of #57530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57530B

Black with #57530B

Text Example


Text Example

White with #57530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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