Html Css Color HEX #35755E Amazon

📋 copy color: '#35755E'

red 53 ◦ green 117 ◦ blue 94

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

Shades of Amazon #35755E

Tints of Amazon #35755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 20.08%
G = 44.32%
B = 35.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#35755E (or 0x35755E) is known color: Amazon. HEX triplet: 35, 75 and 5E. RGB value is (53,117,94). Sum of RGB (Red+Green+Blue) = 53+117+94=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #35755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35755E is #CA8AA1. Grayscale: #5F5F5F. Windows color (decimal): -13273762 or 6190389. OLE color: 6190389.

HSL color Cylindrical-coordinate representation of color #35755E: hue angle of 158.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35755E is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 94 -
CMYK 0.55 0 0.20 0.54
HSL 158.44º 0.38% 0.33% -
HSV(B) 158.44º 0.55% 0.46% -
XYZ 9.85 14.29 12.83 -
YUV 95.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 53 117 94 0.55 0 0.20 0.54 158.44 0.38 0.33
Hex 35 75 5E 37 0 14 36 9E 26 21
Octal 65 165 136 67 0 24 66 236 46 41
Binary 110101 1110101 1011110 110111 0 10100 110110 10011110 100110 100001

Color Harmonies of #35755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35755E

Black with #35755E

Text Example


Text Example

White with #35755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35755E; }

 p { color: rgb(53,117,94); }

 H1.HeaderClassName
 {
   color: #35755E;
 }
 .AnyTagClassName
 {
   color: #35755E;
 }
</style>

background-color css

<style>
 a { background-color: #35755E; }

 a { background-color: rgb(53,117,94); }

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

border-color css

<style>
 span { border-color: #35755E; }

 span { border-color: rgb(53,117,94); }

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