Html Css Color HEX #3C7851 Amazon

📋 copy color: '#3C7851'

red 60 ◦ green 120 ◦ blue 81

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

Shades of Amazon #3C7851

Tints of Amazon #3C7851

RGB

 RED value IS 60 (23.83% from 255) = 22.99%

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

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

R = 22.99%
G = 45.98%
B = 31.03%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#3C7851 (or 0x3C7851) is known color: Amazon. HEX triplet: 3C, 78 and 51. RGB value is (60,120,81). Sum of RGB (Red+Green+Blue) = 60+120+81=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7851 is #C387AE. Grayscale: #616161. Windows color (decimal): -12814255 or 5339196. OLE color: 5339196.

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

Color convert

RGB 60 120 81 -
CMYK 0.5 0 0.32 0.53
HSL 141º 0.33% 0.35% -
HSV(B) 141º 0.5% 0.47% -
XYZ 10.07 14.99 10.15 -
YUV 97.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 60 120 81 0.5 0 0.32 0.53 141 0.33 0.35
Hex 3C 78 51 32 0 20 35 8D 21 23
Octal 74 170 121 62 0 40 65 215 41 43
Binary 111100 1111000 1010001 110010 0 100000 110101 10001101 100001 100011

Color Harmonies of #3C7851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7851

Black with #3C7851

Text Example


Text Example

White with #3C7851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,120,81); }

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

background-color css

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

 a { background-color: rgb(60,120,81); }

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

border-color css

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

 span { border-color: rgb(60,120,81); }

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