Html Css Color HEX #5A6026 Saratoga

📋 copy color: '#5A6026'

red 90 ◦ green 96 ◦ blue 38

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

Shades of Saratoga #5A6026

Tints of Saratoga #5A6026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 40.18%
G = 42.86%
B = 16.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#5A6026 (or 0x5A6026) is known color: Saratoga. HEX triplet: 5A, 60 and 26. RGB value is (90,96,38). Sum of RGB (Red+Green+Blue) = 90+96+38=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6026 is #A59FD9. Grayscale: #575757. Windows color (decimal): -10854362 or 2515034. OLE color: 2515034.

HSL color Cylindrical-coordinate representation of color #5A6026: hue angle of 66.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6026 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 38 -
CMYK 0.06 0 0.60 0.62
HSL 66.21º 0.43% 0.26% -
HSV(B) 66.21º 0.6% 0.38% -
XYZ 8.75 10.68 3.43 -
YUV 87.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 90 96 38 0.06 0 0.60 0.62 66.21 0.43 0.26
Hex 5A 60 26 6 0 3C 3E 42 2B 1A
Octal 132 140 46 6 0 74 76 102 53 32
Binary 1011010 1100000 100110 110 0 111100 111110 1000010 101011 11010

Color Harmonies of #5A6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6026

Black with #5A6026

Text Example


Text Example

White with #5A6026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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