Html Css Color HEX #3B714E Amazon

📋 copy color: '#3B714E'

red 59 ◦ green 113 ◦ blue 78

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

Shades of Amazon #3B714E

Tints of Amazon #3B714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.2%

R = 23.6%
G = 45.2%
B = 31.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#3B714E (or 0x3B714E) is known color: Amazon. HEX triplet: 3B, 71 and 4E. RGB value is (59,113,78). Sum of RGB (Red+Green+Blue) = 59+113+78=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #3B714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B714E is #C48EB1. Grayscale: #5C5C5C. Windows color (decimal): -12881586 or 5140795. OLE color: 5140795.

HSL color Cylindrical-coordinate representation of color #3B714E: hue angle of 141.11º 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 #3B714E is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 113 78 -
CMYK 0.48 0 0.31 0.56
HSL 141.11º 0.31% 0.34% -
HSV(B) 141.11º 0.48% 0.44% -
XYZ 9.08 13.29 9.29 -
YUV 92.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 59 113 78 0.48 0 0.31 0.56 141.11 0.31 0.34
Hex 3B 71 4E 30 0 1F 38 8D 1F 22
Octal 73 161 116 60 0 37 70 215 37 42
Binary 111011 1110001 1001110 110000 0 11111 111000 10001101 11111 100010

Color Harmonies of #3B714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B714E

Black with #3B714E

Text Example


Text Example

White with #3B714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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