Html Css Color HEX #3B845D Amazon

📋 copy color: '#3B845D'

red 59 ◦ green 132 ◦ blue 93

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

Shades of Amazon #3B845D

Tints of Amazon #3B845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 20.77%
G = 46.48%
B = 32.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#3B845D (or 0x3B845D) is known color: Amazon. HEX triplet: 3B, 84 and 5D. RGB value is (59,132,93). Sum of RGB (Red+Green+Blue) = 59+132+93=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #3B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B845D is #C47BA2. Grayscale: #696969. Windows color (decimal): -12876707 or 6128699. OLE color: 6128699.

HSL color Cylindrical-coordinate representation of color #3B845D: hue angle of 147.95º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B845D is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 132 93 -
CMYK 0.55 0 0.30 0.48
HSL 147.95º 0.38% 0.37% -
HSV(B) 147.95º 0.55% 0.52% -
XYZ 12.03 18.22 13.24 -
YUV 105.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 59 132 93 0.55 0 0.30 0.48 147.95 0.38 0.37
Hex 3B 84 5D 37 0 1E 30 94 26 25
Octal 73 204 135 67 0 36 60 224 46 45
Binary 111011 10000100 1011101 110111 0 11110 110000 10010100 100110 100101

Color Harmonies of #3B845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B845D

Black with #3B845D

Text Example


Text Example

White with #3B845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,132,93); }

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

background-color css

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

 a { background-color: rgb(59,132,93); }

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

border-color css

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

 span { border-color: rgb(59,132,93); }

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