Html Css Color HEX #3D7951 Amazon

📋 copy color: '#3D7951'

red 61 ◦ green 121 ◦ blue 81

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

Shades of Amazon #3D7951

Tints of Amazon #3D7951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

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

R = 23.19%
G = 46.01%
B = 30.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#3D7951 (or 0x3D7951) is known color: Amazon. HEX triplet: 3D, 79 and 51. RGB value is (61,121,81). Sum of RGB (Red+Green+Blue) = 61+121+81=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7951 is #C286AE. Grayscale: #626262. Windows color (decimal): -12748463 or 5339453. OLE color: 5339453.

HSL color Cylindrical-coordinate representation of color #3D7951: hue angle of 140º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7951 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 121 81 -
CMYK 0.50 0 0.33 0.53
HSL 140º 0.33% 0.36% -
HSV(B) 140º 0.5% 0.47% -
XYZ 10.25 15.26 10.19 -
YUV 98.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 61 121 81 0.50 0 0.33 0.53 140 0.33 0.36
Hex 3D 79 51 32 0 21 35 8C 21 24
Octal 75 171 121 62 0 41 65 214 41 44
Binary 111101 1111001 1010001 110010 0 100001 110101 10001100 100001 100100

Color Harmonies of #3D7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7951

Black with #3D7951

Text Example


Text Example

White with #3D7951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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