Html Css Color HEX #577F13 Olive Drab

📋 copy color: '#577F13'

red 87 ◦ green 127 ◦ blue 19

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

Shades of Olive Drab #577F13

Tints of Olive Drab #577F13

RGB

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

 GREEN value IS 127 (50% from 255) = 54.51%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 37.34%
G = 54.51%
B = 8.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#577F13 (or 0x577F13) is known color: Olive Drab. HEX triplet: 57, 7F and 13. RGB value is (87,127,19). Sum of RGB (Red+Green+Blue) = 87+127+19=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #577F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577F13 is #A880EC. Grayscale: #676767. Windows color (decimal): -11043053 or 1277783. OLE color: 1277783.

HSL color Cylindrical-coordinate representation of color #577F13: hue angle of 82.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #577F13 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 127 19 -
CMYK 0.31 0 0.85 0.50
HSL 82.22º 0.74% 0.29% -
HSV(B) 82.22º 0.85% 0.5% -
XYZ 11.64 17.25 3.33 -
YUV 102.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 87 127 19 0.31 0 0.85 0.50 82.22 0.74 0.29
Hex 57 7F 13 1F 0 55 32 52 4A 1D
Octal 127 177 23 37 0 125 62 122 112 35
Binary 1010111 1111111 10011 11111 0 1010101 110010 1010010 1001010 11101

Color Harmonies of #577F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F13

Black with #577F13

Text Example


Text Example

White with #577F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577F13; }

 p { color: rgb(87,127,19); }

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

background-color css

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

 a { background-color: rgb(87,127,19); }

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

border-color css

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

 span { border-color: rgb(87,127,19); }

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