Html Css Color HEX #548606 Olive Drab

📋 copy color: '#548606'

red 84 ◦ green 134 ◦ blue 6

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

Shades of Olive Drab #548606

Tints of Olive Drab #548606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.82%

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 37.5%
G = 59.82%
B = 2.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#548606 (or 0x548606) is known color: Olive Drab. HEX triplet: 54, 86 and 06. RGB value is (84,134,6). Sum of RGB (Red+Green+Blue) = 84+134+6=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #548606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548606 is #AB79F9. Grayscale: #686868. Windows color (decimal): -11237882 or 427604. OLE color: 427604.

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

Color convert

RGB 84 134 6 -
CMYK 0.37 0 0.96 0.47
HSL 83.44º 0.91% 0.27% -
HSV(B) 83.44º 0.96% 0.53% -
XYZ 12.21 18.95 3.19 -
YUV 104.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 84 134 6 0.37 0 0.96 0.47 83.44 0.91 0.27
Hex 54 86 6 25 0 60 2F 53 5B 1B
Octal 124 206 6 45 0 140 57 123 133 33
Binary 1010100 10000110 110 100101 0 1100000 101111 1010011 1011011 11011

Color Harmonies of #548606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548606

Black with #548606

Text Example


Text Example

White with #548606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548606; }

 p { color: rgb(84,134,6); }

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

background-color css

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

 a { background-color: rgb(84,134,6); }

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

border-color css

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

 span { border-color: rgb(84,134,6); }

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