#548508

Color #548508 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #548508

Tints of Olive Drab #548508

Color information

#548508 (or 0x548508) is unknown color: approx Olive Drab. HEX triplet: 54, 85 and 08. RGB value is (84,133,8). Sum of RGB (Red+Green+Blue) = 84+133+8=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #548508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548508 is #AB7AF7. Grayscale: #686868. Windows color (decimal): -11238136 or 558420. OLE color: 558420.

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

Color convert

RGB841338-
CMYK0.3700.940.48
HSL83.52º88.65%27.65%-
HSV(B)83.52º93.98%52.16%-
XYZ12.0918.683.2-
YUV104.173.77113.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 59.11%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=37.33%
G=59.11%
B=3.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8413380.3700.940.4883.5288.6527.65
Hex548582505E3054591c
Octal124205104501366012413134
Binary1010100100001011000100101010111101100001010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548508; }

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

 H1.HeaderClassName
 {
   color: #548508;
 }
 .AnyTagClassName
 {
   color: #548508;
 }
</style>
background-color css

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

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

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

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

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

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