Html Css Color HEX #546129 Saratoga

📋 copy color: '#546129'

red 84 ◦ green 97 ◦ blue 41

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

Shades of Saratoga #546129

Tints of Saratoga #546129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 37.84%
G = 43.69%
B = 18.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#546129 (or 0x546129) is known color: Saratoga. HEX triplet: 54, 61 and 29. RGB value is (84,97,41). Sum of RGB (Red+Green+Blue) = 84+97+41=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #546129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546129 is #AB9ED6. Grayscale: #565656. Windows color (decimal): -11247319 or 2711892. OLE color: 2711892.

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

Color convert

RGB 84 97 41 -
CMYK 0.13 0 0.58 0.62
HSL 73.93º 0.41% 0.27% -
HSV(B) 73.93º 0.58% 0.38% -
XYZ 8.33 10.59 3.7 -
YUV 86.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 84 97 41 0.13 0 0.58 0.62 73.93 0.41 0.27
Hex 54 61 29 D 0 3A 3E 4A 29 1B
Octal 124 141 51 15 0 72 76 112 51 33
Binary 1010100 1100001 101001 1101 0 111010 111110 1001010 101001 11011

Color Harmonies of #546129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546129

Black with #546129

Text Example


Text Example

White with #546129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546129; }

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

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

background-color css

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

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

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

border-color css

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

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

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