Html Css Color HEX #5A6024 Saratoga

📋 copy color: '#5A6024'

red 90 ◦ green 96 ◦ blue 36

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

Shades of Saratoga #5A6024

Tints of Saratoga #5A6024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 40.54%
G = 43.24%
B = 16.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#5A6024 (or 0x5A6024) is known color: Saratoga. HEX triplet: 5A, 60 and 24. RGB value is (90,96,36). Sum of RGB (Red+Green+Blue) = 90+96+36=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6024 is #A59FDB. Grayscale: #575757. Windows color (decimal): -10854364 or 2383962. OLE color: 2383962.

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

Color convert

RGB 90 96 36 -
CMYK 0.06 0 0.62 0.62
HSL 66º 0.45% 0.26% -
HSV(B) 66º 0.63% 0.38% -
XYZ 8.72 10.67 3.27 -
YUV 87.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 90 96 36 0.06 0 0.62 0.62 66 0.45 0.26
Hex 5A 60 24 6 0 3E 3E 42 2D 1A
Octal 132 140 44 6 0 76 76 102 55 32
Binary 1011010 1100000 100100 110 0 111110 111110 1000010 101101 11010

Color Harmonies of #5A6024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6024

Black with #5A6024

Text Example


Text Example

White with #5A6024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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