Html Css Color HEX #3D6F56 Amazon

📋 copy color: '#3D6F56'

red 61 ◦ green 111 ◦ blue 86

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

Shades of Amazon #3D6F56

Tints of Amazon #3D6F56

RGB

 RED value IS 61 (24.22% from 255) = 23.64%

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

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 23.64%
G = 43.02%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#3D6F56 (or 0x3D6F56) is known color: Amazon. HEX triplet: 3D, 6F and 56. RGB value is (61,111,86). Sum of RGB (Red+Green+Blue) = 61+111+86=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #3D6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6F56 is #C290A9. Grayscale: #5D5D5D. Windows color (decimal): -12751018 or 5664573. OLE color: 5664573.

HSL color Cylindrical-coordinate representation of color #3D6F56: hue angle of 150º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D6F56 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 111 86 -
CMYK 0.45 0 0.23 0.56
HSL 150º 0.29% 0.34% -
HSV(B) 150º 0.45% 0.44% -
XYZ 9.29 13.03 10.83 -
YUV 93.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 61 111 86 0.45 0 0.23 0.56 150 0.29 0.34
Hex 3D 6F 56 2D 0 17 38 96 1D 22
Octal 75 157 126 55 0 27 70 226 35 42
Binary 111101 1101111 1010110 101101 0 10111 111000 10010110 11101 100010

Color Harmonies of #3D6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6F56

Black with #3D6F56

Text Example


Text Example

White with #3D6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D6F56; }

 p { color: rgb(61,111,86); }

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

background-color css

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

 a { background-color: rgb(61,111,86); }

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

border-color css

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

 span { border-color: rgb(61,111,86); }

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