Html Css Color HEX #3F785D Amazon

📋 copy color: '#3F785D'

red 63 ◦ green 120 ◦ blue 93

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

Shades of Amazon #3F785D

Tints of Amazon #3F785D

RGB

 RED value IS 63 (25% from 255) = 22.83%

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 22.83%
G = 43.48%
B = 33.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#3F785D (or 0x3F785D) is known color: Amazon. HEX triplet: 3F, 78 and 5D. RGB value is (63,120,93). Sum of RGB (Red+Green+Blue) = 63+120+93=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785D is #C087A2. Grayscale: #636363. Windows color (decimal): -12617635 or 6125631. OLE color: 6125631.

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

Color convert

RGB 63 120 93 -
CMYK 0.48 0 0.22 0.53
HSL 151.58º 0.31% 0.36% -
HSV(B) 151.58º 0.48% 0.47% -
XYZ 10.74 15.28 12.74 -
YUV 99.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 63 120 93 0.48 0 0.22 0.53 151.58 0.31 0.36
Hex 3F 78 5D 30 0 16 35 98 1F 24
Octal 77 170 135 60 0 26 65 230 37 44
Binary 111111 1111000 1011101 110000 0 10110 110101 10011000 11111 100100

Color Harmonies of #3F785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F785D

Black with #3F785D

Text Example


Text Example

White with #3F785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,120,93); }

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

background-color css

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

 a { background-color: rgb(63,120,93); }

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

border-color css

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

 span { border-color: rgb(63,120,93); }

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