Html Css Color HEX #3B854C Amazon

📋 copy color: '#3B854C'

red 59 ◦ green 133 ◦ blue 76

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

Shades of Amazon #3B854C

Tints of Amazon #3B854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 22.01%
G = 49.63%
B = 28.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#3B854C (or 0x3B854C) is known color: Amazon. HEX triplet: 3B, 85 and 4C. RGB value is (59,133,76). Sum of RGB (Red+Green+Blue) = 59+133+76=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #3B854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B854C is #C47AB3. Grayscale: #686868. Windows color (decimal): -12876468 or 5014843. OLE color: 5014843.

HSL color Cylindrical-coordinate representation of color #3B854C: hue angle of 133.78º 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 #3B854C is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 133 76 -
CMYK 0.56 0 0.43 0.48
HSL 133.78º 0.39% 0.38% -
HSV(B) 133.78º 0.56% 0.52% -
XYZ 11.5 18.23 9.75 -
YUV 104.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 59 133 76 0.56 0 0.43 0.48 133.78 0.39 0.38
Hex 3B 85 4C 38 0 2B 30 86 27 26
Octal 73 205 114 70 0 53 60 206 47 46
Binary 111011 10000101 1001100 111000 0 101011 110000 10000110 100111 100110

Color Harmonies of #3B854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B854C

Black with #3B854C

Text Example


Text Example

White with #3B854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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