Html Css Color HEX #5A6528 Saratoga

📋 copy color: '#5A6528'

red 90 ◦ green 101 ◦ blue 40

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

Shades of Saratoga #5A6528

Tints of Saratoga #5A6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 38.96%
G = 43.72%
B = 17.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#5A6528 (or 0x5A6528) is known color: Saratoga. HEX triplet: 5A, 65 and 28. RGB value is (90,101,40). Sum of RGB (Red+Green+Blue) = 90+101+40=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6528 is #A59AD7. Grayscale: #5A5A5A. Windows color (decimal): -10853080 or 2647386. OLE color: 2647386.

HSL color Cylindrical-coordinate representation of color #5A6528: hue angle of 70.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6528 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 40 -
CMYK 0.11 0 0.60 0.60
HSL 70.82º 0.43% 0.28% -
HSV(B) 70.82º 0.6% 0.4% -
XYZ 9.25 11.63 3.77 -
YUV 90.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 90 101 40 0.11 0 0.60 0.60 70.82 0.43 0.28
Hex 5A 65 28 B 0 3C 3C 47 2B 1C
Octal 132 145 50 13 0 74 74 107 53 34
Binary 1011010 1100101 101000 1011 0 111100 111100 1000111 101011 11100

Color Harmonies of #5A6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6528

Black with #5A6528

Text Example


Text Example

White with #5A6528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,40); }

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

background-color css

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

 a { background-color: rgb(90,101,40); }

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

border-color css

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

 span { border-color: rgb(90,101,40); }

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