Html Css Color HEX #558A05 Olive Drab

📋 copy color: '#558A05'

red 85 ◦ green 138 ◦ blue 5

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

Shades of Olive Drab #558A05

Tints of Olive Drab #558A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 60.53%

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

R = 37.28%
G = 60.53%
B = 2.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#558A05 (or 0x558A05) is known color: Olive Drab. HEX triplet: 55, 8A and 05. RGB value is (85,138,5). Sum of RGB (Red+Green+Blue) = 85+138+5=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #558A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558A05 is #AA75FA. Grayscale: #6B6B6B. Windows color (decimal): -11171323 or 363093. OLE color: 363093.

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

Color convert

RGB 85 138 5 -
CMYK 0.38 0 0.96 0.46
HSL 83.91º 0.93% 0.28% -
HSV(B) 83.91º 0.96% 0.54% -
XYZ 12.86 20.12 3.35 -
YUV 106.99 70.44 112.31 -
System Red Green Blue C M Y K H S L
Decimal 85 138 5 0.38 0 0.96 0.46 83.91 0.93 0.28
Hex 55 8A 5 26 0 60 2E 54 5D 1C
Octal 125 212 5 46 0 140 56 124 135 34
Binary 1010101 10001010 101 100110 0 1100000 101110 1010100 1011101 11100

Color Harmonies of #558A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A05

Black with #558A05

Text Example


Text Example

White with #558A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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