Html Css Color HEX #35744C Amazon

📋 copy color: '#35744C'

red 53 ◦ green 116 ◦ blue 76

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

Shades of Amazon #35744C

Tints of Amazon #35744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 21.63%
G = 47.35%
B = 31.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#35744C (or 0x35744C) is known color: Amazon. HEX triplet: 35, 74 and 4C. RGB value is (53,116,76). Sum of RGB (Red+Green+Blue) = 53+116+76=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #35744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35744C is #CA8BB3. Grayscale: #5C5C5C. Windows color (decimal): -13274036 or 5010485. OLE color: 5010485.

HSL color Cylindrical-coordinate representation of color #35744C: hue angle of 141.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35744C is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 76 -
CMYK 0.54 0 0.34 0.55
HSL 141.9º 0.37% 0.33% -
HSV(B) 141.9º 0.54% 0.45% -
XYZ 9.02 13.77 9.02 -
YUV 92.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 53 116 76 0.54 0 0.34 0.55 141.9 0.37 0.33
Hex 35 74 4C 36 0 22 37 8E 25 21
Octal 65 164 114 66 0 42 67 216 45 41
Binary 110101 1110100 1001100 110110 0 100010 110111 10001110 100101 100001

Color Harmonies of #35744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35744C

Black with #35744C

Text Example


Text Example

White with #35744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35744C; }

 p { color: rgb(53,116,76); }

 H1.HeaderClassName
 {
   color: #35744C;
 }
 .AnyTagClassName
 {
   color: #35744C;
 }
</style>

background-color css

<style>
 a { background-color: #35744C; }

 a { background-color: rgb(53,116,76); }

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

border-color css

<style>
 span { border-color: #35744C; }

 span { border-color: rgb(53,116,76); }

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