Html Css Color HEX #357955 Amazon

📋 copy color: '#357955'

red 53 ◦ green 121 ◦ blue 85

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

Shades of Amazon #357955

Tints of Amazon #357955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 20.46%
G = 46.72%
B = 32.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#357955 (or 0x357955) is known color: Amazon. HEX triplet: 35, 79 and 55. RGB value is (53,121,85). Sum of RGB (Red+Green+Blue) = 53+121+85=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #357955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357955 is #CA86AA. Grayscale: #606060. Windows color (decimal): -13272747 or 5601589. OLE color: 5601589.

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

Color convert

RGB 53 121 85 -
CMYK 0.56 0 0.30 0.53
HSL 148.24º 0.39% 0.34% -
HSV(B) 148.24º 0.56% 0.47% -
XYZ 9.95 15.09 10.98 -
YUV 96.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 53 121 85 0.56 0 0.30 0.53 148.24 0.39 0.34
Hex 35 79 55 38 0 1E 35 94 27 22
Octal 65 171 125 70 0 36 65 224 47 42
Binary 110101 1111001 1010101 111000 0 11110 110101 10010100 100111 100010

Color Harmonies of #357955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357955

Black with #357955

Text Example


Text Example

White with #357955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357955; }

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

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

background-color css

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

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

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

border-color css

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

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

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