Html Css Color HEX #546226 Saratoga

📋 copy color: '#546226'

red 84 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #546226

Tints of Saratoga #546226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 38.18%
G = 44.55%
B = 17.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#546226 (or 0x546226) is known color: Saratoga. HEX triplet: 54, 62 and 26. RGB value is (84,98,38). Sum of RGB (Red+Green+Blue) = 84+98+38=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #546226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546226 is #AB9DD9. Grayscale: #575757. Windows color (decimal): -11247066 or 2515540. OLE color: 2515540.

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

Color convert

RGB 84 98 38 -
CMYK 0.14 0 0.61 0.62
HSL 74º 0.44% 0.27% -
HSV(B) 74º 0.61% 0.38% -
XYZ 8.37 10.76 3.47 -
YUV 86.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 84 98 38 0.14 0 0.61 0.62 74 0.44 0.27
Hex 54 62 26 E 0 3D 3E 4A 2C 1B
Octal 124 142 46 16 0 75 76 112 54 33
Binary 1010100 1100010 100110 1110 0 111101 111110 1001010 101100 11011

Color Harmonies of #546226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546226

Black with #546226

Text Example


Text Example

White with #546226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546226; }

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

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

background-color css

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

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

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

border-color css

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

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

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