Html Css Color HEX #357052 Amazon

📋 copy color: '#357052'

red 53 ◦ green 112 ◦ blue 82

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

Shades of Amazon #357052

Tints of Amazon #357052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 21.46%
G = 45.34%
B = 33.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#357052 (or 0x357052) is known color: Amazon. HEX triplet: 35, 70 and 52. RGB value is (53,112,82). Sum of RGB (Red+Green+Blue) = 53+112+82=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #357052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357052 is #CA8FAD. Grayscale: #5A5A5A. Windows color (decimal): -13275054 or 5402677. OLE color: 5402677.

HSL color Cylindrical-coordinate representation of color #357052: hue angle of 149.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357052 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 82 -
CMYK 0.53 0 0.27 0.56
HSL 149.49º 0.36% 0.32% -
HSV(B) 149.49º 0.53% 0.44% -
XYZ 8.79 12.95 10.02 -
YUV 90.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 53 112 82 0.53 0 0.27 0.56 149.49 0.36 0.32
Hex 35 70 52 35 0 1B 38 95 24 20
Octal 65 160 122 65 0 33 70 225 44 40
Binary 110101 1110000 1010010 110101 0 11011 111000 10010101 100100 100000

Color Harmonies of #357052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357052

Black with #357052

Text Example


Text Example

White with #357052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357052; }

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

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

background-color css

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

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

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

border-color css

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

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

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