Html Css Color HEX #546326 Saratoga

📋 copy color: '#546326'

red 84 ◦ green 99 ◦ blue 38

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

Shades of Saratoga #546326

Tints of Saratoga #546326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 38.01%
G = 44.8%
B = 17.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#546326 (or 0x546326) is known color: Saratoga. HEX triplet: 54, 63 and 26. RGB value is (84,99,38). Sum of RGB (Red+Green+Blue) = 84+99+38=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #546326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546326 is #AB9CD9. Grayscale: #575757. Windows color (decimal): -11246810 or 2515796. OLE color: 2515796.

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

Color convert

RGB 84 99 38 -
CMYK 0.15 0 0.62 0.61
HSL 74.75º 0.45% 0.27% -
HSV(B) 74.75º 0.62% 0.39% -
XYZ 8.47 10.95 3.5 -
YUV 87.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 84 99 38 0.15 0 0.62 0.61 74.75 0.45 0.27
Hex 54 63 26 F 0 3E 3D 4B 2D 1B
Octal 124 143 46 17 0 76 75 113 55 33
Binary 1010100 1100011 100110 1111 0 111110 111101 1001011 101101 11011

Color Harmonies of #546326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546326

Black with #546326

Text Example


Text Example

White with #546326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546326; }

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

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

background-color css

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

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

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

border-color css

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

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

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