Html Css Color HEX #5A6428 Saratoga

📋 copy color: '#5A6428'

red 90 ◦ green 100 ◦ blue 40

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

Shades of Saratoga #5A6428

Tints of Saratoga #5A6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.48%

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

R = 39.13%
G = 43.48%
B = 17.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#5A6428 (or 0x5A6428) is known color: Saratoga. HEX triplet: 5A, 64 and 28. RGB value is (90,100,40). Sum of RGB (Red+Green+Blue) = 90+100+40=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6428 is #A59BD7. Grayscale: #5A5A5A. Windows color (decimal): -10853336 or 2647130. OLE color: 2647130.

HSL color Cylindrical-coordinate representation of color #5A6428: hue angle of 70º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6428 is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 100 40 -
CMYK 0.10 0 0.6 0.61
HSL 70º 0.43% 0.27% -
HSV(B) 70º 0.6% 0.39% -
XYZ 9.16 11.44 3.73 -
YUV 90.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 90 100 40 0.10 0 0.6 0.61 70 0.43 0.27
Hex 5A 64 28 A 0 3C 3D 46 2B 1B
Octal 132 144 50 12 0 74 75 106 53 33
Binary 1011010 1100100 101000 1010 0 111100 111101 1000110 101011 11011

Color Harmonies of #5A6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6428

Black with #5A6428

Text Example


Text Example

White with #5A6428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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