Html Css Color HEX #5A6136 Saratoga

📋 copy color: '#5A6136'

red 90 ◦ green 97 ◦ blue 54

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

Shades of Saratoga #5A6136

Tints of Saratoga #5A6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.25%

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

R = 37.34%
G = 40.25%
B = 22.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5A6136 (or 0x5A6136) is known color: Saratoga. HEX triplet: 5A, 61 and 36. RGB value is (90,97,54). Sum of RGB (Red+Green+Blue) = 90+97+54=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6136 is #A59EC9. Grayscale: #5A5A5A. Windows color (decimal): -10854090 or 3563866. OLE color: 3563866.

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

Color convert

RGB 90 97 54 -
CMYK 0.07 0 0.44 0.62
HSL 69.77º 0.28% 0.3% -
HSV(B) 69.77º 0.44% 0.38% -
XYZ 9.16 10.99 5.13 -
YUV 90.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 90 97 54 0.07 0 0.44 0.62 69.77 0.28 0.3
Hex 5A 61 36 7 0 2C 3E 46 1C 1E
Octal 132 141 66 7 0 54 76 106 34 36
Binary 1011010 1100001 110110 111 0 101100 111110 1000110 11100 11110

Color Harmonies of #5A6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6136

Black with #5A6136

Text Example


Text Example

White with #5A6136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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