Html Css Color HEX #548506 Olive Drab

📋 copy color: '#548506'

red 84 ◦ green 133 ◦ blue 6

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

Shades of Olive Drab #548506

Tints of Olive Drab #548506

RGB

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

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

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

R = 37.67%
G = 59.64%
B = 2.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#548506 (or 0x548506) is known color: Olive Drab. HEX triplet: 54, 85 and 06. RGB value is (84,133,6). Sum of RGB (Red+Green+Blue) = 84+133+6=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #548506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548506 is #AB7AF9. Grayscale: #686868. Windows color (decimal): -11238138 or 427348. OLE color: 427348.

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

Color convert

RGB 84 133 6 -
CMYK 0.37 0 0.95 0.48
HSL 83.15º 0.91% 0.27% -
HSV(B) 83.15º 0.95% 0.52% -
XYZ 12.08 18.67 3.14 -
YUV 103.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 84 133 6 0.37 0 0.95 0.48 83.15 0.91 0.27
Hex 54 85 6 25 0 5F 30 53 5B 1B
Octal 124 205 6 45 0 137 60 123 133 33
Binary 1010100 10000101 110 100101 0 1011111 110000 1010011 1011011 11011

Color Harmonies of #548506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548506

Black with #548506

Text Example


Text Example

White with #548506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548506; }

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

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

background-color css

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

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

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

border-color css

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

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

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