Html Css Color HEX #356F4F Amazon

📋 copy color: '#356F4F'

red 53 ◦ green 111 ◦ blue 79

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

Shades of Amazon #356F4F

Tints of Amazon #356F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 21.81%
G = 45.68%
B = 32.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#356F4F (or 0x356F4F) is known color: Amazon. HEX triplet: 35, 6F and 4F. RGB value is (53,111,79). Sum of RGB (Red+Green+Blue) = 53+111+79=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #356F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F4F is #CA90B0. Grayscale: #5A5A5A. Windows color (decimal): -13275313 or 5205813. OLE color: 5205813.

HSL color Cylindrical-coordinate representation of color #356F4F: hue angle of 146.9º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F4F is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 79 -
CMYK 0.52 0 0.29 0.56
HSL 146.9º 0.35% 0.32% -
HSV(B) 146.9º 0.52% 0.44% -
XYZ 8.56 12.69 9.4 -
YUV 90.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 53 111 79 0.52 0 0.29 0.56 146.9 0.35 0.32
Hex 35 6F 4F 34 0 1D 38 93 23 20
Octal 65 157 117 64 0 35 70 223 43 40
Binary 110101 1101111 1001111 110100 0 11101 111000 10010011 100011 100000

Color Harmonies of #356F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F4F

Black with #356F4F

Text Example


Text Example

White with #356F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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