Html Css Color HEX #3D815E Amazon

📋 copy color: '#3D815E'

red 61 ◦ green 129 ◦ blue 94

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

Shades of Amazon #3D815E

Tints of Amazon #3D815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 21.48%
G = 45.42%
B = 33.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#3D815E (or 0x3D815E) is known color: Amazon. HEX triplet: 3D, 81 and 5E. RGB value is (61,129,94). Sum of RGB (Red+Green+Blue) = 61+129+94=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #3D815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D815E is #C27EA1. Grayscale: #686868. Windows color (decimal): -12746402 or 6193469. OLE color: 6193469.

HSL color Cylindrical-coordinate representation of color #3D815E: hue angle of 149.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D815E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 129 94 -
CMYK 0.53 0 0.27 0.49
HSL 149.12º 0.36% 0.37% -
HSV(B) 149.12º 0.53% 0.51% -
XYZ 11.8 17.5 13.35 -
YUV 104.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 61 129 94 0.53 0 0.27 0.49 149.12 0.36 0.37
Hex 3D 81 5E 35 0 1B 31 95 24 25
Octal 75 201 136 65 0 33 61 225 44 45
Binary 111101 10000001 1011110 110101 0 11011 110001 10010101 100100 100101

Color Harmonies of #3D815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D815E

Black with #3D815E

Text Example


Text Example

White with #3D815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,129,94); }

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

background-color css

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

 a { background-color: rgb(61,129,94); }

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

border-color css

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

 span { border-color: rgb(61,129,94); }

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