Html Css Color HEX #3B6F56 Amazon

📋 copy color: '#3B6F56'

red 59 ◦ green 111 ◦ blue 86

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

Shades of Amazon #3B6F56

Tints of Amazon #3B6F56

RGB

 RED value IS 59 (23.44% from 255) = 23.05%

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

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

R = 23.05%
G = 43.36%
B = 33.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#3B6F56 (or 0x3B6F56) is known color: Amazon. HEX triplet: 3B, 6F and 56. RGB value is (59,111,86). Sum of RGB (Red+Green+Blue) = 59+111+86=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F56 is #C490A9. Grayscale: #5C5C5C. Windows color (decimal): -12882090 or 5664571. OLE color: 5664571.

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

Color convert

RGB 59 111 86 -
CMYK 0.47 0 0.23 0.56
HSL 151.15º 0.31% 0.33% -
HSV(B) 151.15º 0.47% 0.44% -
XYZ 9.17 12.97 10.82 -
YUV 92.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 59 111 86 0.47 0 0.23 0.56 151.15 0.31 0.33
Hex 3B 6F 56 2F 0 17 38 97 1F 21
Octal 73 157 126 57 0 27 70 227 37 41
Binary 111011 1101111 1010110 101111 0 10111 111000 10010111 11111 100001

Color Harmonies of #3B6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6F56

Black with #3B6F56

Text Example


Text Example

White with #3B6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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