Html Css Color HEX #558501 Olive Drab

📋 copy color: '#558501'

red 85 ◦ green 133 ◦ blue 1

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

Shades of Olive Drab #558501

Tints of Olive Drab #558501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 38.81%
G = 60.73%
B = 0.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#558501 (or 0x558501) is known color: Olive Drab. HEX triplet: 55, 85 and 01. RGB value is (85,133,1). Sum of RGB (Red+Green+Blue) = 85+133+1=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #558501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558501 is #AA7AFE. Grayscale: #686868. Windows color (decimal): -11172607 or 99669. OLE color: 99669.

HSL color Cylindrical-coordinate representation of color #558501: hue angle of 81.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558501 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 1 -
CMYK 0.36 0 0.99 0.48
HSL 81.82º 0.99% 0.26% -
HSV(B) 81.82º 0.99% 0.52% -
XYZ 12.14 18.71 3 -
YUV 103.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 85 133 1 0.36 0 0.99 0.48 81.82 0.99 0.26
Hex 55 85 1 24 0 63 30 52 63 1A
Octal 125 205 1 44 0 143 60 122 143 32
Binary 1010101 10000101 1 100100 0 1100011 110000 1010010 1100011 11010

Color Harmonies of #558501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558501

Black with #558501

Text Example


Text Example

White with #558501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558501; }

 p { color: rgb(85,133,1); }

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

background-color css

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

 a { background-color: rgb(85,133,1); }

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

border-color css

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

 span { border-color: rgb(85,133,1); }

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