Html Css Color HEX #357749 Amazon

📋 copy color: '#357749'

red 53 ◦ green 119 ◦ blue 73

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

Shades of Amazon #357749

Tints of Amazon #357749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 21.63%
G = 48.57%
B = 29.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#357749 (or 0x357749) is known color: Amazon. HEX triplet: 35, 77 and 49. RGB value is (53,119,73). Sum of RGB (Red+Green+Blue) = 53+119+73=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #357749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357749 is #CA88B6. Grayscale: #5E5E5E. Windows color (decimal): -13273271 or 4814645. OLE color: 4814645.

HSL color Cylindrical-coordinate representation of color #357749: hue angle of 138.18º 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 #357749 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 73 -
CMYK 0.55 0 0.39 0.53
HSL 138.18º 0.38% 0.34% -
HSV(B) 138.18º 0.55% 0.47% -
XYZ 9.27 14.43 8.6 -
YUV 94.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 53 119 73 0.55 0 0.39 0.53 138.18 0.38 0.34
Hex 35 77 49 37 0 27 35 8A 26 22
Octal 65 167 111 67 0 47 65 212 46 42
Binary 110101 1110111 1001001 110111 0 100111 110101 10001010 100110 100010

Color Harmonies of #357749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357749

Black with #357749

Text Example


Text Example

White with #357749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357749; }

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

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

background-color css

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

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

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

border-color css

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

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

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