Html Css Color HEX #57613A Dark Olive Green

📋 copy color: '#57613A'

red 87 ◦ green 97 ◦ blue 58

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

Shades of Dark Olive Green #57613A

Tints of Dark Olive Green #57613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 35.95%
G = 40.08%
B = 23.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#57613A (or 0x57613A) is known color: Dark Olive Green. HEX triplet: 57, 61 and 3A. RGB value is (87,97,58). Sum of RGB (Red+Green+Blue) = 87+97+58=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #57613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57613A is #A89EC5. Grayscale: #595959. Windows color (decimal): -11050694 or 3826007. OLE color: 3826007.

HSL color Cylindrical-coordinate representation of color #57613A: hue angle of 75.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57613A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 58 -
CMYK 0.10 0 0.40 0.62
HSL 75.38º 0.25% 0.3% -
HSV(B) 75.38º 0.4% 0.38% -
XYZ 8.97 10.88 5.63 -
YUV 89.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 87 97 58 0.10 0 0.40 0.62 75.38 0.25 0.3
Hex 57 61 3A A 0 28 3E 4B 19 1E
Octal 127 141 72 12 0 50 76 113 31 36
Binary 1010111 1100001 111010 1010 0 101000 111110 1001011 11001 11110

Color Harmonies of #57613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57613A

Black with #57613A

Text Example


Text Example

White with #57613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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