Html Css Color HEX #546424 Saratoga

📋 copy color: '#546424'

red 84 ◦ green 100 ◦ blue 36

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

Shades of Saratoga #546424

Tints of Saratoga #546424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 38.18%
G = 45.45%
B = 16.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#546424 (or 0x546424) is known color: Saratoga. HEX triplet: 54, 64 and 24. RGB value is (84,100,36). Sum of RGB (Red+Green+Blue) = 84+100+36=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #546424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546424 is #AB9BDB. Grayscale: #585858. Windows color (decimal): -11246556 or 2384980. OLE color: 2384980.

HSL color Cylindrical-coordinate representation of color #546424: hue angle of 75º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #546424 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 100 36 -
CMYK 0.16 0 0.64 0.61
HSL 75º 0.47% 0.27% -
HSV(B) 75º 0.64% 0.39% -
XYZ 8.53 11.13 3.37 -
YUV 87.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 84 100 36 0.16 0 0.64 0.61 75 0.47 0.27
Hex 54 64 24 10 0 40 3D 4B 2F 1B
Octal 124 144 44 20 0 100 75 113 57 33
Binary 1010100 1100100 100100 10000 0 1000000 111101 1001011 101111 11011

Color Harmonies of #546424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546424

Black with #546424

Text Example


Text Example

White with #546424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546424; }

 p { color: rgb(84,100,36); }

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

background-color css

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

 a { background-color: rgb(84,100,36); }

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

border-color css

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

 span { border-color: rgb(84,100,36); }

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