Html Css Color HEX #3B855B Amazon

📋 copy color: '#3B855B'

red 59 ◦ green 133 ◦ blue 91

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

Shades of Amazon #3B855B

Tints of Amazon #3B855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 20.85%
G = 47%
B = 32.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#3B855B (or 0x3B855B) is known color: Amazon. HEX triplet: 3B, 85 and 5B. RGB value is (59,133,91). Sum of RGB (Red+Green+Blue) = 59+133+91=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #3B855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B855B is #C47AA4. Grayscale: #6A6A6A. Windows color (decimal): -12876453 or 5997883. OLE color: 5997883.

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

Color convert

RGB 59 133 91 -
CMYK 0.56 0 0.32 0.48
HSL 145.95º 0.39% 0.38% -
HSV(B) 145.95º 0.56% 0.52% -
XYZ 12.08 18.46 12.82 -
YUV 106.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 59 133 91 0.56 0 0.32 0.48 145.95 0.39 0.38
Hex 3B 85 5B 38 0 20 30 92 27 26
Octal 73 205 133 70 0 40 60 222 47 46
Binary 111011 10000101 1011011 111000 0 100000 110000 10010010 100111 100110

Color Harmonies of #3B855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B855B

Black with #3B855B

Text Example


Text Example

White with #3B855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,133,91); }

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

background-color css

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

 a { background-color: rgb(59,133,91); }

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

border-color css

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

 span { border-color: rgb(59,133,91); }

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