Html Css Color HEX #577230 Dark Olive Green

📋 copy color: '#577230'

red 87 ◦ green 114 ◦ blue 48

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

Shades of Dark Olive Green #577230

Tints of Dark Olive Green #577230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 34.94%
G = 45.78%
B = 19.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#577230 (or 0x577230) is known color: Dark Olive Green. HEX triplet: 57, 72 and 30. RGB value is (87,114,48). Sum of RGB (Red+Green+Blue) = 87+114+48=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #577230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577230 is #A88DCF. Grayscale: #626262. Windows color (decimal): -11046352 or 3174999. OLE color: 3174999.

HSL color Cylindrical-coordinate representation of color #577230: hue angle of 84.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577230 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 114 48 -
CMYK 0.24 0 0.58 0.55
HSL 84.55º 0.41% 0.32% -
HSV(B) 84.55º 0.58% 0.45% -
XYZ 10.48 14.27 5 -
YUV 98.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 87 114 48 0.24 0 0.58 0.55 84.55 0.41 0.32
Hex 57 72 30 18 0 3A 37 55 29 20
Octal 127 162 60 30 0 72 67 125 51 40
Binary 1010111 1110010 110000 11000 0 111010 110111 1010101 101001 100000

Color Harmonies of #577230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577230

Black with #577230

Text Example


Text Example

White with #577230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577230; }

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

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

background-color css

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

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

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

border-color css

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

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

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