Html Css Color HEX #558901 Olive Drab

📋 copy color: '#558901'

red 85 ◦ green 137 ◦ blue 1

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

Shades of Olive Drab #558901

Tints of Olive Drab #558901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.43%

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

R = 38.12%
G = 61.43%
B = 0.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#558901 (or 0x558901) is known color: Olive Drab. HEX triplet: 55, 89 and 01. RGB value is (85,137,1). Sum of RGB (Red+Green+Blue) = 85+137+1=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #558901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558901 is #AA76FE. Grayscale: #6A6A6A. Windows color (decimal): -11171583 or 100693. OLE color: 100693.

HSL color Cylindrical-coordinate representation of color #558901: hue angle of 82.94º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558901 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 1 -
CMYK 0.38 0 0.99 0.46
HSL 82.94º 0.99% 0.27% -
HSV(B) 82.94º 0.99% 0.54% -
XYZ 12.7 19.82 3.19 -
YUV 105.95 68.77 113.06 -
System Red Green Blue C M Y K H S L
Decimal 85 137 1 0.38 0 0.99 0.46 82.94 0.99 0.27
Hex 55 89 1 26 0 63 2E 53 63 1B
Octal 125 211 1 46 0 143 56 123 143 33
Binary 1010101 10001001 1 100110 0 1100011 101110 1010011 1100011 11011

Color Harmonies of #558901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558901

Black with #558901

Text Example


Text Example

White with #558901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558901; }

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

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

background-color css

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

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

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

border-color css

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

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

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