Html Css Color HEX #57820D Olive Drab

📋 copy color: '#57820D'

red 87 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #57820D

Tints of Olive Drab #57820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 37.83%
G = 56.52%
B = 5.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#57820D (or 0x57820D) is known color: Olive Drab. HEX triplet: 57, 82 and 0D. RGB value is (87,130,13). Sum of RGB (Red+Green+Blue) = 87+130+13=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #57820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57820D is #A87DF2. Grayscale: #686868. Windows color (decimal): -11042291 or 885335. OLE color: 885335.

HSL color Cylindrical-coordinate representation of color #57820D: hue angle of 82.05º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57820D is Cyan = 0.33, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 130 13 -
CMYK 0.33 0 0.9 0.49
HSL 82.05º 0.82% 0.28% -
HSV(B) 82.05º 0.9% 0.51% -
XYZ 11.99 18.02 3.23 -
YUV 103.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 87 130 13 0.33 0 0.9 0.49 82.05 0.82 0.28
Hex 57 82 D 21 0 5A 31 52 52 1C
Octal 127 202 15 41 0 132 61 122 122 34
Binary 1010111 10000010 1101 100001 0 1011010 110001 1010010 1010010 11100

Color Harmonies of #57820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57820D

Black with #57820D

Text Example


Text Example

White with #57820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,130,13); }

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

background-color css

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

 a { background-color: rgb(87,130,13); }

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

border-color css

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

 span { border-color: rgb(87,130,13); }

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