Html Css Color HEX #5A6228 Saratoga

📋 copy color: '#5A6228'

red 90 ◦ green 98 ◦ blue 40

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

Shades of Saratoga #5A6228

Tints of Saratoga #5A6228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 39.47%
G = 42.98%
B = 17.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#5A6228 (or 0x5A6228) is known color: Saratoga. HEX triplet: 5A, 62 and 28. RGB value is (90,98,40). Sum of RGB (Red+Green+Blue) = 90+98+40=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6228 is #A59DD7. Grayscale: #595959. Windows color (decimal): -10853848 or 2646618. OLE color: 2646618.

HSL color Cylindrical-coordinate representation of color #5A6228: hue angle of 68.28º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6228 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 40 -
CMYK 0.08 0 0.59 0.62
HSL 68.28º 0.42% 0.27% -
HSV(B) 68.28º 0.59% 0.38% -
XYZ 8.97 11.06 3.67 -
YUV 89 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 90 98 40 0.08 0 0.59 0.62 68.28 0.42 0.27
Hex 5A 62 28 8 0 3B 3E 44 2A 1B
Octal 132 142 50 10 0 73 76 104 52 33
Binary 1011010 1100010 101000 1000 0 111011 111110 1000100 101010 11011

Color Harmonies of #5A6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6228

Black with #5A6228

Text Example


Text Example

White with #5A6228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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