Html Css Color HEX #3B8051 Amazon

📋 copy color: '#3B8051'

red 59 ◦ green 128 ◦ blue 81

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

Shades of Amazon #3B8051

Tints of Amazon #3B8051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 22.01%
G = 47.76%
B = 30.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#3B8051 (or 0x3B8051) is known color: Amazon. HEX triplet: 3B, 80 and 51. RGB value is (59,128,81). Sum of RGB (Red+Green+Blue) = 59+128+81=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8051 is #C47FAE. Grayscale: #666666. Windows color (decimal): -12877743 or 5341243. OLE color: 5341243.

HSL color Cylindrical-coordinate representation of color #3B8051: hue angle of 139.13º 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 #3B8051 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 128 81 -
CMYK 0.54 0 0.37 0.50
HSL 139.13º 0.37% 0.37% -
HSV(B) 139.13º 0.54% 0.5% -
XYZ 11.01 16.96 10.48 -
YUV 102.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 59 128 81 0.54 0 0.37 0.50 139.13 0.37 0.37
Hex 3B 80 51 36 0 25 32 8B 25 25
Octal 73 200 121 66 0 45 62 213 45 45
Binary 111011 10000000 1010001 110110 0 100101 110010 10001011 100101 100101

Color Harmonies of #3B8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8051

Black with #3B8051

Text Example


Text Example

White with #3B8051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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