Html Css Color HEX #357552 Amazon

📋 copy color: '#357552'

red 53 ◦ green 117 ◦ blue 82

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

Shades of Amazon #357552

Tints of Amazon #357552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 21.03%
G = 46.43%
B = 32.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#357552 (or 0x357552) is known color: Amazon. HEX triplet: 35, 75 and 52. RGB value is (53,117,82). Sum of RGB (Red+Green+Blue) = 53+117+82=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #357552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357552 is #CA8AAD. Grayscale: #5D5D5D. Windows color (decimal): -13273774 or 5403957. OLE color: 5403957.

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

Color convert

RGB 53 117 82 -
CMYK 0.55 0 0.30 0.54
HSL 147.19º 0.38% 0.33% -
HSV(B) 147.19º 0.55% 0.46% -
XYZ 9.35 14.09 10.21 -
YUV 93.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 53 117 82 0.55 0 0.30 0.54 147.19 0.38 0.33
Hex 35 75 52 37 0 1E 36 93 26 21
Octal 65 165 122 67 0 36 66 223 46 41
Binary 110101 1110101 1010010 110111 0 11110 110110 10010011 100110 100001

Color Harmonies of #357552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357552

Black with #357552

Text Example


Text Example

White with #357552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357552; }

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

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

background-color css

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

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

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

border-color css

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

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

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