Html Css Color HEX #558B01 Olive Drab

📋 copy color: '#558B01'

red 85 ◦ green 139 ◦ blue 1

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

Shades of Olive Drab #558B01

Tints of Olive Drab #558B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 61.78%

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

R = 37.78%
G = 61.78%
B = 0.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#558B01 (or 0x558B01) is known color: Olive Drab. HEX triplet: 55, 8B and 01. RGB value is (85,139,1). Sum of RGB (Red+Green+Blue) = 85+139+1=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #558B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558B01 is #AA74FE. Grayscale: #6B6B6B. Windows color (decimal): -11171071 or 101205. OLE color: 101205.

HSL color Cylindrical-coordinate representation of color #558B01: hue angle of 83.48º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558B01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 139 1 -
CMYK 0.39 0 0.99 0.45
HSL 83.48º 0.99% 0.27% -
HSV(B) 83.48º 0.99% 0.55% -
XYZ 12.98 20.4 3.28 -
YUV 107.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 85 139 1 0.39 0 0.99 0.45 83.48 0.99 0.27
Hex 55 8B 1 27 0 63 2D 53 63 1B
Octal 125 213 1 47 0 143 55 123 143 33
Binary 1010101 10001011 1 100111 0 1100011 101101 1010011 1100011 11011

Color Harmonies of #558B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558B01

Black with #558B01

Text Example


Text Example

White with #558B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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