Html Css Color HEX #548505 Olive Drab

📋 copy color: '#548505'

red 84 ◦ green 133 ◦ blue 5

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

Shades of Olive Drab #548505

Tints of Olive Drab #548505

RGB

 RED value IS 84 (33.2% from 255) = 37.84%

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

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

R = 37.84%
G = 59.91%
B = 2.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#548505 (or 0x548505) is known color: Olive Drab. HEX triplet: 54, 85 and 05. RGB value is (84,133,5). Sum of RGB (Red+Green+Blue) = 84+133+5=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #548505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548505 is #AB7AFA. Grayscale: #686868. Windows color (decimal): -11238139 or 361812. OLE color: 361812.

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

Color convert

RGB 84 133 5 -
CMYK 0.37 0 0.96 0.48
HSL 82.97º 0.93% 0.27% -
HSV(B) 82.97º 0.96% 0.52% -
XYZ 12.07 18.67 3.11 -
YUV 103.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 84 133 5 0.37 0 0.96 0.48 82.97 0.93 0.27
Hex 54 85 5 25 0 60 30 53 5D 1B
Octal 124 205 5 45 0 140 60 123 135 33
Binary 1010100 10000101 101 100101 0 1100000 110000 1010011 1011101 11011

Color Harmonies of #548505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548505

Black with #548505

Text Example


Text Example

White with #548505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548505; }

 p { color: rgb(84,133,5); }

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

background-color css

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

 a { background-color: rgb(84,133,5); }

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

border-color css

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

 span { border-color: rgb(84,133,5); }

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