Html Css Color HEX #5A6032 Saratoga

📋 copy color: '#5A6032'

red 90 ◦ green 96 ◦ blue 50

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

Shades of Saratoga #5A6032

Tints of Saratoga #5A6032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 38.14%
G = 40.68%
B = 21.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#5A6032 (or 0x5A6032) is known color: Saratoga. HEX triplet: 5A, 60 and 32. RGB value is (90,96,50). Sum of RGB (Red+Green+Blue) = 90+96+50=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6032 is #A59FCD. Grayscale: #595959. Windows color (decimal): -10854350 or 3301466. OLE color: 3301466.

HSL color Cylindrical-coordinate representation of color #5A6032: hue angle of 67.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6032 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 50 -
CMYK 0.06 0 0.48 0.62
HSL 67.83º 0.32% 0.29% -
HSV(B) 67.83º 0.48% 0.38% -
XYZ 8.98 10.77 4.62 -
YUV 88.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 90 96 50 0.06 0 0.48 0.62 67.83 0.32 0.29
Hex 5A 60 32 6 0 30 3E 44 20 1D
Octal 132 140 62 6 0 60 76 104 40 35
Binary 1011010 1100000 110010 110 0 110000 111110 1000100 100000 11101

Color Harmonies of #5A6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6032

Black with #5A6032

Text Example


Text Example

White with #5A6032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,50); }

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

background-color css

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

 a { background-color: rgb(90,96,50); }

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

border-color css

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

 span { border-color: rgb(90,96,50); }

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