Html Css Color HEX #536224 Saratoga

📋 copy color: '#536224'

red 83 ◦ green 98 ◦ blue 36

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

Shades of Saratoga #536224

Tints of Saratoga #536224

RGB

 RED value IS 83 (32.81% from 255) = 38.25%

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 36 (14.45% from 255) = 16.59%

R = 38.25%
G = 45.16%
B = 16.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#536224 (or 0x536224) is known color: Saratoga. HEX triplet: 53, 62 and 24. RGB value is (83,98,36). Sum of RGB (Red+Green+Blue) = 83+98+36=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #536224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536224 is #AC9DDB. Grayscale: #565656. Windows color (decimal): -11312604 or 2384467. OLE color: 2384467.

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

Color convert

RGB 83 98 36 -
CMYK 0.15 0 0.63 0.62
HSL 74.52º 0.46% 0.26% -
HSV(B) 74.52º 0.63% 0.38% -
XYZ 8.25 10.7 3.3 -
YUV 86.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 83 98 36 0.15 0 0.63 0.62 74.52 0.46 0.26
Hex 53 62 24 F 0 3F 3E 4B 2E 1A
Octal 123 142 44 17 0 77 76 113 56 32
Binary 1010011 1100010 100100 1111 0 111111 111110 1001011 101110 11010

Color Harmonies of #536224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536224

Black with #536224

Text Example


Text Example

White with #536224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536224; }

 p { color: rgb(83,98,36); }

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

background-color css

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

 a { background-color: rgb(83,98,36); }

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

border-color css

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

 span { border-color: rgb(83,98,36); }

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