Html Css Color HEX #57742C Dark Olive Green

📋 copy color: '#57742C'

red 87 ◦ green 116 ◦ blue 44

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

Shades of Dark Olive Green #57742C

Tints of Dark Olive Green #57742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.96%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 35.22%
G = 46.96%
B = 17.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#57742C (or 0x57742C) is known color: Dark Olive Green. HEX triplet: 57, 74 and 2C. RGB value is (87,116,44). Sum of RGB (Red+Green+Blue) = 87+116+44=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #57742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57742C is #A88BD3. Grayscale: #636363. Windows color (decimal): -11045844 or 2913367. OLE color: 2913367.

HSL color Cylindrical-coordinate representation of color #57742C: hue angle of 84.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57742C is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 116 44 -
CMYK 0.25 0 0.62 0.55
HSL 84.17º 0.45% 0.31% -
HSV(B) 84.17º 0.62% 0.45% -
XYZ 10.63 14.7 4.66 -
YUV 99.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 87 116 44 0.25 0 0.62 0.55 84.17 0.45 0.31
Hex 57 74 2C 19 0 3E 37 54 2D 1F
Octal 127 164 54 31 0 76 67 124 55 37
Binary 1010111 1110100 101100 11001 0 111110 110111 1010100 101101 11111

Color Harmonies of #57742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57742C

Black with #57742C

Text Example


Text Example

White with #57742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,116,44); }

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

background-color css

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

 a { background-color: rgb(87,116,44); }

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

border-color css

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

 span { border-color: rgb(87,116,44); }

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