Html Css Color HEX #3B8750 Amazon

📋 copy color: '#3B8750'

red 59 ◦ green 135 ◦ blue 80

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

Shades of Amazon #3B8750

Tints of Amazon #3B8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

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

R = 21.53%
G = 49.27%
B = 29.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#3B8750 (or 0x3B8750) is known color: Amazon. HEX triplet: 3B, 87 and 50. RGB value is (59,135,80). Sum of RGB (Red+Green+Blue) = 59+135+80=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8750 is #C478AF. Grayscale: #6A6A6A. Windows color (decimal): -12875952 or 5277499. OLE color: 5277499.

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

Color convert

RGB 59 135 80 -
CMYK 0.56 0 0.41 0.47
HSL 136.58º 0.39% 0.38% -
HSV(B) 136.58º 0.56% 0.53% -
XYZ 11.92 18.84 10.6 -
YUV 106.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 59 135 80 0.56 0 0.41 0.47 136.58 0.39 0.38
Hex 3B 87 50 38 0 29 2F 89 27 26
Octal 73 207 120 70 0 51 57 211 47 46
Binary 111011 10000111 1010000 111000 0 101001 101111 10001001 100111 100110

Color Harmonies of #3B8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8750

Black with #3B8750

Text Example


Text Example

White with #3B8750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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