Html Css Color HEX #3B7154 Amazon

📋 copy color: '#3B7154'

red 59 ◦ green 113 ◦ blue 84

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

Shades of Amazon #3B7154

Tints of Amazon #3B7154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

 BLUE value IS 84 (33.2% from 255) = 32.81%

R = 23.05%
G = 44.14%
B = 32.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#3B7154 (or 0x3B7154) is known color: Amazon. HEX triplet: 3B, 71 and 54. RGB value is (59,113,84). Sum of RGB (Red+Green+Blue) = 59+113+84=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7154 is #C48EAB. Grayscale: #5D5D5D. Windows color (decimal): -12881580 or 5534011. OLE color: 5534011.

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

Color convert

RGB 59 113 84 -
CMYK 0.48 0 0.26 0.56
HSL 147.78º 0.31% 0.34% -
HSV(B) 147.78º 0.48% 0.44% -
XYZ 9.31 13.38 10.48 -
YUV 93.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 59 113 84 0.48 0 0.26 0.56 147.78 0.31 0.34
Hex 3B 71 54 30 0 1A 38 94 1F 22
Octal 73 161 124 60 0 32 70 224 37 42
Binary 111011 1110001 1010100 110000 0 11010 111000 10010100 11111 100010

Color Harmonies of #3B7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7154

Black with #3B7154

Text Example


Text Example

White with #3B7154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,113,84); }

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

background-color css

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

 a { background-color: rgb(59,113,84); }

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

border-color css

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

 span { border-color: rgb(59,113,84); }

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