Html Css Color HEX #3D6C51 Amazon

📋 copy color: '#3D6C51'

red 61 ◦ green 108 ◦ blue 81

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

Shades of Amazon #3D6C51

Tints of Amazon #3D6C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.2%

 BLUE value IS 81 (32.03% from 255) = 32.4%

R = 24.4%
G = 43.2%
B = 32.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#3D6C51 (or 0x3D6C51) is known color: Amazon. HEX triplet: 3D, 6C and 51. RGB value is (61,108,81). Sum of RGB (Red+Green+Blue) = 61+108+81=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C51 is #C293AE. Grayscale: #5A5A5A. Windows color (decimal): -12751791 or 5336125. OLE color: 5336125.

HSL color Cylindrical-coordinate representation of color #3D6C51: hue angle of 145.53º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D6C51 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 108 81 -
CMYK 0.44 0 0.25 0.58
HSL 145.53º 0.28% 0.33% -
HSV(B) 145.53º 0.44% 0.42% -
XYZ 8.77 12.31 9.7 -
YUV 90.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 61 108 81 0.44 0 0.25 0.58 145.53 0.28 0.33
Hex 3D 6C 51 2C 0 19 3A 92 1C 21
Octal 75 154 121 54 0 31 72 222 34 41
Binary 111101 1101100 1010001 101100 0 11001 111010 10010010 11100 100001

Color Harmonies of #3D6C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6C51

Black with #3D6C51

Text Example


Text Example

White with #3D6C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,108,81); }

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

background-color css

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

 a { background-color: rgb(61,108,81); }

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

border-color css

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

 span { border-color: rgb(61,108,81); }

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