Html Css Color HEX #546023 Saratoga

📋 copy color: '#546023'

red 84 ◦ green 96 ◦ blue 35

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

Shades of Saratoga #546023

Tints of Saratoga #546023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.28%

R = 39.07%
G = 44.65%
B = 16.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#546023 (or 0x546023) is known color: Saratoga. HEX triplet: 54, 60 and 23. RGB value is (84,96,35). Sum of RGB (Red+Green+Blue) = 84+96+35=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #546023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546023 is #AB9FDC. Grayscale: #555555. Windows color (decimal): -11247581 or 2318420. OLE color: 2318420.

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

Color convert

RGB 84 96 35 -
CMYK 0.12 0 0.64 0.62
HSL 71.8º 0.47% 0.26% -
HSV(B) 71.8º 0.64% 0.38% -
XYZ 8.14 10.37 3.16 -
YUV 85.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 84 96 35 0.12 0 0.64 0.62 71.8 0.47 0.26
Hex 54 60 23 C 0 40 3E 48 2F 1A
Octal 124 140 43 14 0 100 76 110 57 32
Binary 1010100 1100000 100011 1100 0 1000000 111110 1001000 101111 11010

Color Harmonies of #546023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546023

Black with #546023

Text Example


Text Example

White with #546023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546023; }

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

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

background-color css

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

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

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

border-color css

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

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

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