Html Css Color HEX #5A6224 Saratoga

📋 copy color: '#5A6224'

red 90 ◦ green 98 ◦ blue 36

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

Shades of Saratoga #5A6224

Tints of Saratoga #5A6224

RGB

 RED value IS 90 (35.55% from 255) = 40.18%

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

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

R = 40.18%
G = 43.75%
B = 16.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#5A6224 (or 0x5A6224) is known color: Saratoga. HEX triplet: 5A, 62 and 24. RGB value is (90,98,36). Sum of RGB (Red+Green+Blue) = 90+98+36=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6224 is #A59DDB. Grayscale: #585858. Windows color (decimal): -10853852 or 2384474. OLE color: 2384474.

HSL color Cylindrical-coordinate representation of color #5A6224: hue angle of 67.74º 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 #5A6224 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 36 -
CMYK 0.08 0 0.63 0.62
HSL 67.74º 0.46% 0.26% -
HSV(B) 67.74º 0.63% 0.38% -
XYZ 8.9 11.04 3.33 -
YUV 88.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 90 98 36 0.08 0 0.63 0.62 67.74 0.46 0.26
Hex 5A 62 24 8 0 3F 3E 44 2E 1A
Octal 132 142 44 10 0 77 76 104 56 32
Binary 1011010 1100010 100100 1000 0 111111 111110 1000100 101110 11010

Color Harmonies of #5A6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6224

Black with #5A6224

Text Example


Text Example

White with #5A6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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