Html Css Color HEX #545934 Saratoga

📋 copy color: '#545934'

red 84 ◦ green 89 ◦ blue 52

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

Shades of Saratoga #545934

Tints of Saratoga #545934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 37.33%
G = 39.56%
B = 23.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#545934 (or 0x545934) is known color: Saratoga. HEX triplet: 54, 59 and 34. RGB value is (84,89,52). Sum of RGB (Red+Green+Blue) = 84+89+52=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #545934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545934 is #ABA6CB. Grayscale: #535353. Windows color (decimal): -11249356 or 3430740. OLE color: 3430740.

HSL color Cylindrical-coordinate representation of color #545934: hue angle of 68.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #545934 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 52 -
CMYK 0.06 0 0.42 0.65
HSL 68.11º 0.26% 0.28% -
HSV(B) 68.11º 0.42% 0.35% -
XYZ 7.85 9.28 4.63 -
YUV 83.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 84 89 52 0.06 0 0.42 0.65 68.11 0.26 0.28
Hex 54 59 34 6 0 2A 41 44 1A 1C
Octal 124 131 64 6 0 52 101 104 32 34
Binary 1010100 1011001 110100 110 0 101010 1000001 1000100 11010 11100

Color Harmonies of #545934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545934

Black with #545934

Text Example


Text Example

White with #545934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545934; }

 p { color: rgb(84,89,52); }

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

background-color css

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

 a { background-color: rgb(84,89,52); }

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

border-color css

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

 span { border-color: rgb(84,89,52); }

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