Html Css Color HEX #57732A Dark Olive Green

📋 copy color: '#57732A'

red 87 ◦ green 115 ◦ blue 42

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

Shades of Dark Olive Green #57732A

Tints of Dark Olive Green #57732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 35.66%
G = 47.13%
B = 17.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#57732A (or 0x57732A) is known color: Dark Olive Green. HEX triplet: 57, 73 and 2A. RGB value is (87,115,42). Sum of RGB (Red+Green+Blue) = 87+115+42=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #57732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57732A is #A88CD5. Grayscale: #626262. Windows color (decimal): -11046102 or 2782039. OLE color: 2782039.

HSL color Cylindrical-coordinate representation of color #57732A: hue angle of 83.01º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57732A is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 115 42 -
CMYK 0.24 0 0.63 0.55
HSL 83.01º 0.46% 0.31% -
HSV(B) 83.01º 0.63% 0.45% -
XYZ 10.48 14.45 4.43 -
YUV 98.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 87 115 42 0.24 0 0.63 0.55 83.01 0.46 0.31
Hex 57 73 2A 18 0 3F 37 53 2E 1F
Octal 127 163 52 30 0 77 67 123 56 37
Binary 1010111 1110011 101010 11000 0 111111 110111 1010011 101110 11111

Color Harmonies of #57732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57732A

Black with #57732A

Text Example


Text Example

White with #57732A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,115,42); }

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

background-color css

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

 a { background-color: rgb(87,115,42); }

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

border-color css

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

 span { border-color: rgb(87,115,42); }

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