Html Css Color HEX #3B774E Amazon

📋 copy color: '#3B774E'

red 59 ◦ green 119 ◦ blue 78

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

Shades of Amazon #3B774E

Tints of Amazon #3B774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 23.05%
G = 46.48%
B = 30.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3B774E (or 0x3B774E) is known color: Amazon. HEX triplet: 3B, 77 and 4E. RGB value is (59,119,78). Sum of RGB (Red+Green+Blue) = 59+119+78=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #3B774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B774E is #C488B1. Grayscale: #606060. Windows color (decimal): -12880050 or 5142331. OLE color: 5142331.

HSL color Cylindrical-coordinate representation of color #3B774E: hue angle of 139º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B774E is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 119 78 -
CMYK 0.50 0 0.34 0.53
HSL 139º 0.34% 0.35% -
HSV(B) 139º 0.5% 0.47% -
XYZ 9.78 14.67 9.52 -
YUV 96.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 59 119 78 0.50 0 0.34 0.53 139 0.34 0.35
Hex 3B 77 4E 32 0 22 35 8B 22 23
Octal 73 167 116 62 0 42 65 213 42 43
Binary 111011 1110111 1001110 110010 0 100010 110101 10001011 100010 100011

Color Harmonies of #3B774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B774E

Black with #3B774E

Text Example


Text Example

White with #3B774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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