Html Css Color HEX #356D4F Amazon

📋 copy color: '#356D4F'

red 53 ◦ green 109 ◦ blue 79

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

Shades of Amazon #356D4F

Tints of Amazon #356D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 21.99%
G = 45.23%
B = 32.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#356D4F (or 0x356D4F) is known color: Amazon. HEX triplet: 35, 6D and 4F. RGB value is (53,109,79). Sum of RGB (Red+Green+Blue) = 53+109+79=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #356D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D4F is #CA92B0. Grayscale: #585858. Windows color (decimal): -13275825 or 5205301. OLE color: 5205301.

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

Color convert

RGB 53 109 79 -
CMYK 0.51 0 0.28 0.57
HSL 147.86º 0.35% 0.32% -
HSV(B) 147.86º 0.51% 0.43% -
XYZ 8.35 12.26 9.32 -
YUV 88.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 53 109 79 0.51 0 0.28 0.57 147.86 0.35 0.32
Hex 35 6D 4F 33 0 1C 39 94 23 20
Octal 65 155 117 63 0 34 71 224 43 40
Binary 110101 1101101 1001111 110011 0 11100 111001 10010100 100011 100000

Color Harmonies of #356D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D4F

Black with #356D4F

Text Example


Text Example

White with #356D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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