Html Css Color HEX #546126 Saratoga

📋 copy color: '#546126'

red 84 ◦ green 97 ◦ blue 38

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

Shades of Saratoga #546126

Tints of Saratoga #546126

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

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

R = 38.36%
G = 44.29%
B = 17.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#546126 (or 0x546126) is known color: Saratoga. HEX triplet: 54, 61 and 26. RGB value is (84,97,38). Sum of RGB (Red+Green+Blue) = 84+97+38=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #546126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546126 is #AB9ED9. Grayscale: #565656. Windows color (decimal): -11247322 or 2515284. OLE color: 2515284.

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

Color convert

RGB 84 97 38 -
CMYK 0.13 0 0.61 0.62
HSL 73.22º 0.44% 0.26% -
HSV(B) 73.22º 0.61% 0.38% -
XYZ 8.28 10.57 3.44 -
YUV 86.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 84 97 38 0.13 0 0.61 0.62 73.22 0.44 0.26
Hex 54 61 26 D 0 3D 3E 49 2C 1A
Octal 124 141 46 15 0 75 76 111 54 32
Binary 1010100 1100001 100110 1101 0 111101 111110 1001001 101100 11010

Color Harmonies of #546126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546126

Black with #546126

Text Example


Text Example

White with #546126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546126; }

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

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

background-color css

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

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

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

border-color css

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

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

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