Html Css Color HEX #3D855B Amazon

📋 copy color: '#3D855B'

red 61 ◦ green 133 ◦ blue 91

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

Shades of Amazon #3D855B

Tints of Amazon #3D855B

RGB

 RED value IS 61 (24.22% from 255) = 21.4%

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

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

R = 21.4%
G = 46.67%
B = 31.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#3D855B (or 0x3D855B) is known color: Amazon. HEX triplet: 3D, 85 and 5B. RGB value is (61,133,91). Sum of RGB (Red+Green+Blue) = 61+133+91=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #3D855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D855B is #C27AA4. Grayscale: #6A6A6A. Windows color (decimal): -12745381 or 5997885. OLE color: 5997885.

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

Color convert

RGB 61 133 91 -
CMYK 0.54 0 0.32 0.48
HSL 145º 0.37% 0.38% -
HSV(B) 145º 0.54% 0.52% -
XYZ 12.2 18.52 12.83 -
YUV 106.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 61 133 91 0.54 0 0.32 0.48 145 0.37 0.38
Hex 3D 85 5B 36 0 20 30 91 25 26
Octal 75 205 133 66 0 40 60 221 45 46
Binary 111101 10000101 1011011 110110 0 100000 110000 10010001 100101 100110

Color Harmonies of #3D855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D855B

Black with #3D855B

Text Example


Text Example

White with #3D855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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