Html Css Color HEX #548407 Olive Drab

📋 copy color: '#548407'

red 84 ◦ green 132 ◦ blue 7

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

Shades of Olive Drab #548407

Tints of Olive Drab #548407

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 37.67%
G = 59.19%
B = 3.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#548407 (or 0x548407) is known color: Olive Drab. HEX triplet: 54, 84 and 07. RGB value is (84,132,7). Sum of RGB (Red+Green+Blue) = 84+132+7=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #548407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548407 is #AB7BF8. Grayscale: #676767. Windows color (decimal): -11238393 or 492628. OLE color: 492628.

HSL color Cylindrical-coordinate representation of color #548407: hue angle of 83.04º degrees, saturation: 0.9, 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 #548407 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 7 -
CMYK 0.36 0 0.95 0.48
HSL 83.04º 0.9% 0.27% -
HSV(B) 83.04º 0.95% 0.52% -
XYZ 11.95 18.4 3.12 -
YUV 103.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 84 132 7 0.36 0 0.95 0.48 83.04 0.9 0.27
Hex 54 84 7 24 0 5F 30 53 5A 1B
Octal 124 204 7 44 0 137 60 123 132 33
Binary 1010100 10000100 111 100100 0 1011111 110000 1010011 1011010 11011

Color Harmonies of #548407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548407

Black with #548407

Text Example


Text Example

White with #548407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548407; }

 p { color: rgb(84,132,7); }

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

background-color css

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

 a { background-color: rgb(84,132,7); }

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

border-color css

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

 span { border-color: rgb(84,132,7); }

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