Html Css Color HEX #35795D Amazon

📋 copy color: '#35795D'

red 53 ◦ green 121 ◦ blue 93

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

Shades of Amazon #35795D

Tints of Amazon #35795D

RGB

 RED value IS 53 (21.09% from 255) = 19.85%

 GREEN value IS 121 (47.66% from 255) = 45.32%

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 19.85%
G = 45.32%
B = 34.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#35795D (or 0x35795D) is known color: Amazon. HEX triplet: 35, 79 and 5D. RGB value is (53,121,93). Sum of RGB (Red+Green+Blue) = 53+121+93=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #35795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35795D is #CA86A2. Grayscale: #616161. Windows color (decimal): -13272739 or 6125877. OLE color: 6125877.

HSL color Cylindrical-coordinate representation of color #35795D: hue angle of 155.29º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35795D is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 93 -
CMYK 0.56 0 0.23 0.53
HSL 155.29º 0.39% 0.34% -
HSV(B) 155.29º 0.56% 0.47% -
XYZ 10.28 15.22 12.75 -
YUV 97.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 53 121 93 0.56 0 0.23 0.53 155.29 0.39 0.34
Hex 35 79 5D 38 0 17 35 9B 27 22
Octal 65 171 135 70 0 27 65 233 47 42
Binary 110101 1111001 1011101 111000 0 10111 110101 10011011 100111 100010

Color Harmonies of #35795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35795D

Black with #35795D

Text Example


Text Example

White with #35795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35795D; }

 p { color: rgb(53,121,93); }

 H1.HeaderClassName
 {
   color: #35795D;
 }
 .AnyTagClassName
 {
   color: #35795D;
 }
</style>

background-color css

<style>
 a { background-color: #35795D; }

 a { background-color: rgb(53,121,93); }

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

border-color css

<style>
 span { border-color: #35795D; }

 span { border-color: rgb(53,121,93); }

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