Html Css Color HEX #5A6036 Saratoga

📋 copy color: '#5A6036'

red 90 ◦ green 96 ◦ blue 54

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

Shades of Saratoga #5A6036

Tints of Saratoga #5A6036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.5%

R = 37.5%
G = 40%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5A6036 (or 0x5A6036) is known color: Saratoga. HEX triplet: 5A, 60 and 36. RGB value is (90,96,54). Sum of RGB (Red+Green+Blue) = 90+96+54=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6036 is #A59FC9. Grayscale: #595959. Windows color (decimal): -10854346 or 3563610. OLE color: 3563610.

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

Color convert

RGB 90 96 54 -
CMYK 0.06 0 0.44 0.62
HSL 68.57º 0.28% 0.29% -
HSV(B) 68.57º 0.44% 0.38% -
XYZ 9.07 10.81 5.1 -
YUV 89.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 90 96 54 0.06 0 0.44 0.62 68.57 0.28 0.29
Hex 5A 60 36 6 0 2C 3E 45 1C 1D
Octal 132 140 66 6 0 54 76 105 34 35
Binary 1011010 1100000 110110 110 0 101100 111110 1000101 11100 11101

Color Harmonies of #5A6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6036

Black with #5A6036

Text Example


Text Example

White with #5A6036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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