Html Css Color HEX #3B884C Amazon

📋 copy color: '#3B884C'

red 59 ◦ green 136 ◦ blue 76

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

Shades of Amazon #3B884C

Tints of Amazon #3B884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 21.77%
G = 50.18%
B = 28.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#3B884C (or 0x3B884C) is known color: Amazon. HEX triplet: 3B, 88 and 4C. RGB value is (59,136,76). Sum of RGB (Red+Green+Blue) = 59+136+76=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #3B884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B884C is #C477B3. Grayscale: #6A6A6A. Windows color (decimal): -12875700 or 5015611. OLE color: 5015611.

HSL color Cylindrical-coordinate representation of color #3B884C: hue angle of 133.25º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B884C is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 76 -
CMYK 0.57 0 0.44 0.47
HSL 133.25º 0.39% 0.38% -
HSV(B) 133.25º 0.57% 0.53% -
XYZ 11.91 19.06 9.89 -
YUV 106.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 59 136 76 0.57 0 0.44 0.47 133.25 0.39 0.38
Hex 3B 88 4C 39 0 2C 2F 85 27 26
Octal 73 210 114 71 0 54 57 205 47 46
Binary 111011 10001000 1001100 111001 0 101100 101111 10000101 100111 100110

Color Harmonies of #3B884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B884C

Black with #3B884C

Text Example


Text Example

White with #3B884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,136,76); }

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

background-color css

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

 a { background-color: rgb(59,136,76); }

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

border-color css

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

 span { border-color: rgb(59,136,76); }

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