Html Css Color HEX #356D48 Amazon

📋 copy color: '#356D48'

red 53 ◦ green 109 ◦ blue 72

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

Shades of Amazon #356D48

Tints of Amazon #356D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 22.65%
G = 46.58%
B = 30.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#356D48 (or 0x356D48) is known color: Amazon. HEX triplet: 35, 6D and 48. RGB value is (53,109,72). Sum of RGB (Red+Green+Blue) = 53+109+72=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #356D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D48 is #CA92B7. Grayscale: #585858. Windows color (decimal): -13275832 or 4746549. OLE color: 4746549.

HSL color Cylindrical-coordinate representation of color #356D48: hue angle of 140.36º 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 #356D48 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 109 72 -
CMYK 0.51 0 0.34 0.57
HSL 140.36º 0.35% 0.32% -
HSV(B) 140.36º 0.51% 0.43% -
XYZ 8.11 12.16 8.05 -
YUV 88.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 53 109 72 0.51 0 0.34 0.57 140.36 0.35 0.32
Hex 35 6D 48 33 0 22 39 8C 23 20
Octal 65 155 110 63 0 42 71 214 43 40
Binary 110101 1101101 1001000 110011 0 100010 111001 10001100 100011 100000

Color Harmonies of #356D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D48

Black with #356D48

Text Example


Text Example

White with #356D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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