Html Css Color HEX #55810B Olive Drab

📋 copy color: '#55810B'

red 85 ◦ green 129 ◦ blue 11

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

Shades of Olive Drab #55810B

Tints of Olive Drab #55810B

RGB

 RED value IS 85 (33.59% from 255) = 37.78%

 GREEN value IS 129 (50.78% from 255) = 57.33%

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 37.78%
G = 57.33%
B = 4.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#55810B (or 0x55810B) is known color: Olive Drab. HEX triplet: 55, 81 and 0B. RGB value is (85,129,11). Sum of RGB (Red+Green+Blue) = 85+129+11=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #55810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55810B is #AA7EF4. Grayscale: #666666. Windows color (decimal): -11173621 or 754005. OLE color: 754005.

HSL color Cylindrical-coordinate representation of color #55810B: hue angle of 82.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55810B is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 11 -
CMYK 0.34 0 0.91 0.49
HSL 82.37º 0.84% 0.27% -
HSV(B) 82.37º 0.91% 0.51% -
XYZ 11.66 17.66 3.11 -
YUV 102.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 85 129 11 0.34 0 0.91 0.49 82.37 0.84 0.27
Hex 55 81 B 22 0 5B 31 52 54 1B
Octal 125 201 13 42 0 133 61 122 124 33
Binary 1010101 10000001 1011 100010 0 1011011 110001 1010010 1010100 11011

Color Harmonies of #55810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55810B

Black with #55810B

Text Example


Text Example

White with #55810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55810B; }

 p { color: rgb(85,129,11); }

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

background-color css

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

 a { background-color: rgb(85,129,11); }

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

border-color css

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

 span { border-color: rgb(85,129,11); }

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