Html Css Color HEX #3B804B Amazon

📋 copy color: '#3B804B'

red 59 ◦ green 128 ◦ blue 75

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

Shades of Amazon #3B804B

Tints of Amazon #3B804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 22.52%
G = 48.85%
B = 28.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#3B804B (or 0x3B804B) is known color: Amazon. HEX triplet: 3B, 80 and 4B. RGB value is (59,128,75). Sum of RGB (Red+Green+Blue) = 59+128+75=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #3B804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B804B is #C47FB4. Grayscale: #656565. Windows color (decimal): -12877749 or 4948027. OLE color: 4948027.

HSL color Cylindrical-coordinate representation of color #3B804B: hue angle of 133.91º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B804B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 128 75 -
CMYK 0.54 0 0.41 0.50
HSL 133.91º 0.37% 0.37% -
HSV(B) 133.91º 0.54% 0.5% -
XYZ 10.79 16.88 9.35 -
YUV 101.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 59 128 75 0.54 0 0.41 0.50 133.91 0.37 0.37
Hex 3B 80 4B 36 0 29 32 86 25 25
Octal 73 200 113 66 0 51 62 206 45 45
Binary 111011 10000000 1001011 110110 0 101001 110010 10000110 100101 100101

Color Harmonies of #3B804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B804B

Black with #3B804B

Text Example


Text Example

White with #3B804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,128,75); }

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

background-color css

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

 a { background-color: rgb(59,128,75); }

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

border-color css

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

 span { border-color: rgb(59,128,75); }

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