Html Css Color HEX #356D52 Amazon

📋 copy color: '#356D52'

red 53 ◦ green 109 ◦ blue 82

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

Shades of Amazon #356D52

Tints of Amazon #356D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.67%

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

R = 21.72%
G = 44.67%
B = 33.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#356D52 (or 0x356D52) is known color: Amazon. HEX triplet: 35, 6D and 52. RGB value is (53,109,82). Sum of RGB (Red+Green+Blue) = 53+109+82=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #356D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D52 is #CA92AD. Grayscale: #595959. Windows color (decimal): -13275822 or 5401909. OLE color: 5401909.

HSL color Cylindrical-coordinate representation of color #356D52: hue angle of 151.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356D52 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 109 82 -
CMYK 0.51 0 0.25 0.57
HSL 151.07º 0.35% 0.32% -
HSV(B) 151.07º 0.51% 0.43% -
XYZ 8.46 12.3 9.91 -
YUV 89.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 53 109 82 0.51 0 0.25 0.57 151.07 0.35 0.32
Hex 35 6D 52 33 0 19 39 97 23 20
Octal 65 155 122 63 0 31 71 227 43 40
Binary 110101 1101101 1010010 110011 0 11001 111001 10010111 100011 100000

Color Harmonies of #356D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D52

Black with #356D52

Text Example


Text Example

White with #356D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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