Html Css Color HEX #558305 Olive Drab

📋 copy color: '#558305'

red 85 ◦ green 131 ◦ blue 5

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

Shades of Olive Drab #558305

Tints of Olive Drab #558305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.28%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 38.46%
G = 59.28%
B = 2.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#558305 (or 0x558305) is known color: Olive Drab. HEX triplet: 55, 83 and 05. RGB value is (85,131,5). Sum of RGB (Red+Green+Blue) = 85+131+5=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #558305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558305 is #AA7CFA. Grayscale: #676767. Windows color (decimal): -11173115 or 361301. OLE color: 361301.

HSL color Cylindrical-coordinate representation of color #558305: hue angle of 81.9º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558305 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 5 -
CMYK 0.35 0 0.96 0.49
HSL 81.9º 0.93% 0.27% -
HSV(B) 81.9º 0.96% 0.51% -
XYZ 11.89 18.17 3.03 -
YUV 102.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 85 131 5 0.35 0 0.96 0.49 81.9 0.93 0.27
Hex 55 83 5 23 0 60 31 52 5D 1B
Octal 125 203 5 43 0 140 61 122 135 33
Binary 1010101 10000011 101 100011 0 1100000 110001 1010010 1011101 11011

Color Harmonies of #558305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558305

Black with #558305

Text Example


Text Example

White with #558305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558305; }

 p { color: rgb(85,131,5); }

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

background-color css

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

 a { background-color: rgb(85,131,5); }

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

border-color css

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

 span { border-color: rgb(85,131,5); }

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