Html Css Color HEX #546030 Saratoga

📋 copy color: '#546030'

red 84 ◦ green 96 ◦ blue 48

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

Shades of Saratoga #546030

Tints of Saratoga #546030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 36.84%
G = 42.11%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#546030 (or 0x546030) is known color: Saratoga. HEX triplet: 54, 60 and 30. RGB value is (84,96,48). Sum of RGB (Red+Green+Blue) = 84+96+48=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #546030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546030 is #AB9FCF. Grayscale: #575757. Windows color (decimal): -11247568 or 3170388. OLE color: 3170388.

HSL color Cylindrical-coordinate representation of color #546030: hue angle of 75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546030 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 48 -
CMYK 0.12 0 0.50 0.62
HSL 75º 0.33% 0.28% -
HSV(B) 75º 0.5% 0.38% -
XYZ 8.37 10.46 4.37 -
YUV 86.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 84 96 48 0.12 0 0.50 0.62 75 0.33 0.28
Hex 54 60 30 C 0 32 3E 4B 21 1C
Octal 124 140 60 14 0 62 76 113 41 34
Binary 1010100 1100000 110000 1100 0 110010 111110 1001011 100001 11100

Color Harmonies of #546030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546030

Black with #546030

Text Example


Text Example

White with #546030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546030; }

 p { color: rgb(84,96,48); }

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

background-color css

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

 a { background-color: rgb(84,96,48); }

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

border-color css

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

 span { border-color: rgb(84,96,48); }

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