Html Css Color HEX #57722D Dark Olive Green

📋 copy color: '#57722D'

red 87 ◦ green 114 ◦ blue 45

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

Shades of Dark Olive Green #57722D

Tints of Dark Olive Green #57722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 35.37%
G = 46.34%
B = 18.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#57722D (or 0x57722D) is known color: Dark Olive Green. HEX triplet: 57, 72 and 2D. RGB value is (87,114,45). Sum of RGB (Red+Green+Blue) = 87+114+45=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #57722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57722D is #A88DD2. Grayscale: #626262. Windows color (decimal): -11046355 or 2978391. OLE color: 2978391.

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

Color convert

RGB 87 114 45 -
CMYK 0.24 0 0.61 0.55
HSL 83.48º 0.43% 0.31% -
HSV(B) 83.48º 0.61% 0.45% -
XYZ 10.42 14.25 4.68 -
YUV 98.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 87 114 45 0.24 0 0.61 0.55 83.48 0.43 0.31
Hex 57 72 2D 18 0 3D 37 53 2B 1F
Octal 127 162 55 30 0 75 67 123 53 37
Binary 1010111 1110010 101101 11000 0 111101 110111 1010011 101011 11111

Color Harmonies of #57722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57722D

Black with #57722D

Text Example


Text Example

White with #57722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57722D; }

 p { color: rgb(87,114,45); }

 H1.HeaderClassName
 {
   color: #57722D;
 }
 .AnyTagClassName
 {
   color: #57722D;
 }
</style>

background-color css

<style>
 a { background-color: #57722D; }

 a { background-color: rgb(87,114,45); }

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

border-color css

<style>
 span { border-color: #57722D; }

 span { border-color: rgb(87,114,45); }

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