Html Css Color HEX #3B7055 Amazon

📋 copy color: '#3B7055'

red 59 ◦ green 112 ◦ blue 85

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

Shades of Amazon #3B7055

Tints of Amazon #3B7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 23.05%
G = 43.75%
B = 33.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#3B7055 (or 0x3B7055) is known color: Amazon. HEX triplet: 3B, 70 and 55. RGB value is (59,112,85). Sum of RGB (Red+Green+Blue) = 59+112+85=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7055 is #C48FAA. Grayscale: #5D5D5D. Windows color (decimal): -12881835 or 5599291. OLE color: 5599291.

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

Color convert

RGB 59 112 85 -
CMYK 0.47 0 0.24 0.56
HSL 149.43º 0.31% 0.34% -
HSV(B) 149.43º 0.47% 0.44% -
XYZ 9.24 13.17 10.65 -
YUV 93.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 59 112 85 0.47 0 0.24 0.56 149.43 0.31 0.34
Hex 3B 70 55 2F 0 18 38 95 1F 22
Octal 73 160 125 57 0 30 70 225 37 42
Binary 111011 1110000 1010101 101111 0 11000 111000 10010101 11111 100010

Color Harmonies of #3B7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7055

Black with #3B7055

Text Example


Text Example

White with #3B7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,85); }

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

background-color css

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

 a { background-color: rgb(59,112,85); }

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

border-color css

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

 span { border-color: rgb(59,112,85); }

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