Html Css Color HEX #35775D Amazon

📋 copy color: '#35775D'

red 53 ◦ green 119 ◦ blue 93

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

Shades of Amazon #35775D

Tints of Amazon #35775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

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

R = 20%
G = 44.91%
B = 35.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#35775D (or 0x35775D) is known color: Amazon. HEX triplet: 35, 77 and 5D. RGB value is (53,119,93). Sum of RGB (Red+Green+Blue) = 53+119+93=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #35775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35775D is #CA88A2. Grayscale: #606060. Windows color (decimal): -13273251 or 6125365. OLE color: 6125365.

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

Color convert

RGB 53 119 93 -
CMYK 0.55 0 0.22 0.53
HSL 156.36º 0.38% 0.34% -
HSV(B) 156.36º 0.55% 0.47% -
XYZ 10.04 14.74 12.67 -
YUV 96.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 53 119 93 0.55 0 0.22 0.53 156.36 0.38 0.34
Hex 35 77 5D 37 0 16 35 9C 26 22
Octal 65 167 135 67 0 26 65 234 46 42
Binary 110101 1110111 1011101 110111 0 10110 110101 10011100 100110 100010

Color Harmonies of #35775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35775D

Black with #35775D

Text Example


Text Example

White with #35775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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