Html Css Color HEX #57610A Verdun Green

📋 copy color: '#57610A'

red 87 ◦ green 97 ◦ blue 10

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

Shades of Verdun Green #57610A

Tints of Verdun Green #57610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 44.85%
G = 50%
B = 5.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#57610A (or 0x57610A) is known color: Verdun Green. HEX triplet: 57, 61 and 0A. RGB value is (87,97,10). Sum of RGB (Red+Green+Blue) = 87+97+10=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #57610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57610A is #A89EF5. Grayscale: #545454. Windows color (decimal): -11050742 or 680279. OLE color: 680279.

HSL color Cylindrical-coordinate representation of color #57610A: hue angle of 66.9º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57610A is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 10 -
CMYK 0.10 0 0.90 0.62
HSL 66.9º 0.81% 0.21% -
HSV(B) 66.9º 0.9% 0.38% -
XYZ 8.26 10.6 1.9 -
YUV 84.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 87 97 10 0.10 0 0.90 0.62 66.9 0.81 0.21
Hex 57 61 A A 0 5A 3E 43 51 15
Octal 127 141 12 12 0 132 76 103 121 25
Binary 1010111 1100001 1010 1010 0 1011010 111110 1000011 1010001 10101

Color Harmonies of #57610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57610A

Black with #57610A

Text Example


Text Example

White with #57610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57610A; }

 p { color: rgb(87,97,10); }

 H1.HeaderClassName
 {
   color: #57610A;
 }
 .AnyTagClassName
 {
   color: #57610A;
 }
</style>

background-color css

<style>
 a { background-color: #57610A; }

 a { background-color: rgb(87,97,10); }

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

border-color css

<style>
 span { border-color: #57610A; }

 span { border-color: rgb(87,97,10); }

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