Html Css Color HEX #3B884F Amazon

📋 copy color: '#3B884F'

red 59 ◦ green 136 ◦ blue 79

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

Shades of Amazon #3B884F

Tints of Amazon #3B884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 21.53%
G = 49.64%
B = 28.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#3B884F (or 0x3B884F) is known color: Amazon. HEX triplet: 3B, 88 and 4F. RGB value is (59,136,79). Sum of RGB (Red+Green+Blue) = 59+136+79=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #3B884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B884F is #C477B0. Grayscale: #6A6A6A. Windows color (decimal): -12875697 or 5212219. OLE color: 5212219.

HSL color Cylindrical-coordinate representation of color #3B884F: hue angle of 135.58º 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 #3B884F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 79 -
CMYK 0.57 0 0.42 0.47
HSL 135.58º 0.39% 0.38% -
HSV(B) 135.58º 0.57% 0.53% -
XYZ 12.02 19.1 10.45 -
YUV 106.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 59 136 79 0.57 0 0.42 0.47 135.58 0.39 0.38
Hex 3B 88 4F 39 0 2A 2F 88 27 26
Octal 73 210 117 71 0 52 57 210 47 46
Binary 111011 10001000 1001111 111001 0 101010 101111 10001000 100111 100110

Color Harmonies of #3B884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B884F

Black with #3B884F

Text Example


Text Example

White with #3B884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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