Html Css Color HEX #3D7A4E Amazon

📋 copy color: '#3D7A4E'

red 61 ◦ green 122 ◦ blue 78

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

Shades of Amazon #3D7A4E

Tints of Amazon #3D7A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 23.37%
G = 46.74%
B = 29.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#3D7A4E (or 0x3D7A4E) is known color: Amazon. HEX triplet: 3D, 7A and 4E. RGB value is (61,122,78). Sum of RGB (Red+Green+Blue) = 61+122+78=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A4E is #C285B1. Grayscale: #626262. Windows color (decimal): -12748210 or 5143101. OLE color: 5143101.

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

Color convert

RGB 61 122 78 -
CMYK 0.50 0 0.36 0.52
HSL 136.72º 0.33% 0.36% -
HSV(B) 136.72º 0.5% 0.48% -
XYZ 10.26 15.46 9.65 -
YUV 98.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 61 122 78 0.50 0 0.36 0.52 136.72 0.33 0.36
Hex 3D 7A 4E 32 0 24 34 89 21 24
Octal 75 172 116 62 0 44 64 211 41 44
Binary 111101 1111010 1001110 110010 0 100100 110100 10001001 100001 100100

Color Harmonies of #3D7A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7A4E

Black with #3D7A4E

Text Example


Text Example

White with #3D7A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,122,78); }

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

background-color css

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

 a { background-color: rgb(61,122,78); }

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

border-color css

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

 span { border-color: rgb(61,122,78); }

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