Html Css Color HEX #357952 Amazon

📋 copy color: '#357952'

red 53 ◦ green 121 ◦ blue 82

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

Shades of Amazon #357952

Tints of Amazon #357952

RGB

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

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

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

R = 20.7%
G = 47.27%
B = 32.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#357952 (or 0x357952) is known color: Amazon. HEX triplet: 35, 79 and 52. RGB value is (53,121,82). Sum of RGB (Red+Green+Blue) = 53+121+82=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #357952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357952 is #CA86AD. Grayscale: #606060. Windows color (decimal): -13272750 or 5404981. OLE color: 5404981.

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

Color convert

RGB 53 121 82 -
CMYK 0.56 0 0.32 0.53
HSL 145.59º 0.39% 0.34% -
HSV(B) 145.59º 0.56% 0.47% -
XYZ 9.83 15.04 10.37 -
YUV 96.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 53 121 82 0.56 0 0.32 0.53 145.59 0.39 0.34
Hex 35 79 52 38 0 20 35 92 27 22
Octal 65 171 122 70 0 40 65 222 47 42
Binary 110101 1111001 1010010 111000 0 100000 110101 10010010 100111 100010

Color Harmonies of #357952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357952

Black with #357952

Text Example


Text Example

White with #357952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357952; }

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

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

background-color css

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

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

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

border-color css

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

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

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