Html Css Color HEX #3B8150 Amazon

📋 copy color: '#3B8150'

red 59 ◦ green 129 ◦ blue 80

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

Shades of Amazon #3B8150

Tints of Amazon #3B8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.13%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 22.01%
G = 48.13%
B = 29.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#3B8150 (or 0x3B8150) is known color: Amazon. HEX triplet: 3B, 81 and 50. RGB value is (59,129,80). Sum of RGB (Red+Green+Blue) = 59+129+80=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8150 is #C47EAF. Grayscale: #666666. Windows color (decimal): -12877488 or 5275963. OLE color: 5275963.

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

Color convert

RGB 59 129 80 -
CMYK 0.54 0 0.38 0.49
HSL 138º 0.37% 0.37% -
HSV(B) 138º 0.54% 0.51% -
XYZ 11.1 17.21 10.33 -
YUV 102.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 59 129 80 0.54 0 0.38 0.49 138 0.37 0.37
Hex 3B 81 50 36 0 26 31 8A 25 25
Octal 73 201 120 66 0 46 61 212 45 45
Binary 111011 10000001 1010000 110110 0 100110 110001 10001010 100101 100101

Color Harmonies of #3B8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8150

Black with #3B8150

Text Example


Text Example

White with #3B8150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,129,80); }

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

background-color css

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

 a { background-color: rgb(59,129,80); }

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

border-color css

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

 span { border-color: rgb(59,129,80); }

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