Html Css Color HEX #546228 Saratoga

📋 copy color: '#546228'

red 84 ◦ green 98 ◦ blue 40

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

Shades of Saratoga #546228

Tints of Saratoga #546228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 37.84%
G = 44.14%
B = 18.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#546228 (or 0x546228) is known color: Saratoga. HEX triplet: 54, 62 and 28. RGB value is (84,98,40). Sum of RGB (Red+Green+Blue) = 84+98+40=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #546228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546228 is #AB9DD7. Grayscale: #575757. Windows color (decimal): -11247064 or 2646612. OLE color: 2646612.

HSL color Cylindrical-coordinate representation of color #546228: hue angle of 74.48º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546228 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 98 40 -
CMYK 0.14 0 0.59 0.62
HSL 74.48º 0.42% 0.27% -
HSV(B) 74.48º 0.59% 0.38% -
XYZ 8.41 10.77 3.64 -
YUV 87.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 84 98 40 0.14 0 0.59 0.62 74.48 0.42 0.27
Hex 54 62 28 E 0 3B 3E 4A 2A 1B
Octal 124 142 50 16 0 73 76 112 52 33
Binary 1010100 1100010 101000 1110 0 111011 111110 1001010 101010 11011

Color Harmonies of #546228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546228

Black with #546228

Text Example


Text Example

White with #546228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546228; }

 p { color: rgb(84,98,40); }

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

background-color css

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

 a { background-color: rgb(84,98,40); }

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

border-color css

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

 span { border-color: rgb(84,98,40); }

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