Html Css Color HEX #548308 Olive Drab

📋 copy color: '#548308'

red 84 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #548308

Tints of Olive Drab #548308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.74%

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 37.67%
G = 58.74%
B = 3.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#548308 (or 0x548308) is known color: Olive Drab. HEX triplet: 54, 83 and 08. RGB value is (84,131,8). Sum of RGB (Red+Green+Blue) = 84+131+8=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #548308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #548308 is #AB7CF7. Grayscale: #676767. Windows color (decimal): -11238648 or 557908. OLE color: 557908.

HSL color Cylindrical-coordinate representation of color #548308: hue angle of 82.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #548308 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 131 8 -
CMYK 0.36 0 0.94 0.49
HSL 82.93º 0.88% 0.27% -
HSV(B) 82.93º 0.94% 0.51% -
XYZ 11.82 18.13 3.11 -
YUV 102.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 84 131 8 0.36 0 0.94 0.49 82.93 0.88 0.27
Hex 54 83 8 24 0 5E 31 53 58 1B
Octal 124 203 10 44 0 136 61 123 130 33
Binary 1010100 10000011 1000 100100 0 1011110 110001 1010011 1011000 11011

Color Harmonies of #548308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548308

Black with #548308

Text Example


Text Example

White with #548308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548308; }

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

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

background-color css

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

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

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

border-color css

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

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

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