Html Css Color HEX #57580C Verdun Green

📋 copy color: '#57580C'

red 87 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #57580C

Tints of Verdun Green #57580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

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

R = 46.52%
G = 47.06%
B = 6.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#57580C (or 0x57580C) is known color: Verdun Green. HEX triplet: 57, 58 and 0C. RGB value is (87,88,12). Sum of RGB (Red+Green+Blue) = 87+88+12=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #57580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57580C is #A8A7F3. Grayscale: #4F4F4F. Windows color (decimal): -11053044 or 809047. OLE color: 809047.

HSL color Cylindrical-coordinate representation of color #57580C: hue angle of 60.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57580C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 88 12 -
CMYK 0.01 0 0.86 0.65
HSL 60.79º 0.76% 0.2% -
HSV(B) 60.79º 0.86% 0.35% -
XYZ 7.49 9.03 1.7 -
YUV 79.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 87 88 12 0.01 0 0.86 0.65 60.79 0.76 0.2
Hex 57 58 C 1 0 56 41 3D 4C 14
Octal 127 130 14 1 0 126 101 75 114 24
Binary 1010111 1011000 1100 1 0 1010110 1000001 111101 1001100 10100

Color Harmonies of #57580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57580C

Black with #57580C

Text Example


Text Example

White with #57580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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