Html Css Color HEX #5A602A Saratoga

📋 copy color: '#5A602A'

red 90 ◦ green 96 ◦ blue 42

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

Shades of Saratoga #5A602A

Tints of Saratoga #5A602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 39.47%
G = 42.11%
B = 18.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#5A602A (or 0x5A602A) is known color: Saratoga. HEX triplet: 5A, 60 and 2A. RGB value is (90,96,42). Sum of RGB (Red+Green+Blue) = 90+96+42=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #5A602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A602A is #A59FD5. Grayscale: #585858. Windows color (decimal): -10854358 or 2777178. OLE color: 2777178.

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

Color convert

RGB 90 96 42 -
CMYK 0.06 0 0.56 0.62
HSL 66.67º 0.39% 0.27% -
HSV(B) 66.67º 0.56% 0.38% -
XYZ 8.82 10.71 3.79 -
YUV 88.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 90 96 42 0.06 0 0.56 0.62 66.67 0.39 0.27
Hex 5A 60 2A 6 0 38 3E 43 27 1B
Octal 132 140 52 6 0 70 76 103 47 33
Binary 1011010 1100000 101010 110 0 111000 111110 1000011 100111 11011

Color Harmonies of #5A602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A602A

Black with #5A602A

Text Example


Text Example

White with #5A602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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