Html Css Color HEX #3D754E Amazon

📋 copy color: '#3D754E'

red 61 ◦ green 117 ◦ blue 78

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

Shades of Amazon #3D754E

Tints of Amazon #3D754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 23.83%
G = 45.7%
B = 30.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#3D754E (or 0x3D754E) is known color: Amazon. HEX triplet: 3D, 75 and 4E. RGB value is (61,117,78). Sum of RGB (Red+Green+Blue) = 61+117+78=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #3D754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D754E is #C28AB1. Grayscale: #5F5F5F. Windows color (decimal): -12749490 or 5141821. OLE color: 5141821.

HSL color Cylindrical-coordinate representation of color #3D754E: hue angle of 138.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D754E is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 78 -
CMYK 0.48 0 0.33 0.54
HSL 138.21º 0.31% 0.35% -
HSV(B) 138.21º 0.48% 0.46% -
XYZ 9.66 14.26 9.45 -
YUV 95.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 61 117 78 0.48 0 0.33 0.54 138.21 0.31 0.35
Hex 3D 75 4E 30 0 21 36 8A 1F 23
Octal 75 165 116 60 0 41 66 212 37 43
Binary 111101 1110101 1001110 110000 0 100001 110110 10001010 11111 100011

Color Harmonies of #3D754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D754E

Black with #3D754E

Text Example


Text Example

White with #3D754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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