Html Css Color HEX #3C7054 Amazon

📋 copy color: '#3C7054'

red 60 ◦ green 112 ◦ blue 84

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

Shades of Amazon #3C7054

Tints of Amazon #3C7054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 84 (33.2% from 255) = 32.81%

R = 23.44%
G = 43.75%
B = 32.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#3C7054 (or 0x3C7054) is known color: Amazon. HEX triplet: 3C, 70 and 54. RGB value is (60,112,84). Sum of RGB (Red+Green+Blue) = 60+112+84=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7054 is #C38FAB. Grayscale: #5D5D5D. Windows color (decimal): -12816300 or 5533756. OLE color: 5533756.

HSL color Cylindrical-coordinate representation of color #3C7054: hue angle of 147.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C7054 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 84 -
CMYK 0.46 0 0.25 0.56
HSL 147.69º 0.3% 0.34% -
HSV(B) 147.69º 0.46% 0.44% -
XYZ 9.26 13.19 10.45 -
YUV 93.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 60 112 84 0.46 0 0.25 0.56 147.69 0.3 0.34
Hex 3C 70 54 2E 0 19 38 94 1E 22
Octal 74 160 124 56 0 31 70 224 36 42
Binary 111100 1110000 1010100 101110 0 11001 111000 10010100 11110 100010

Color Harmonies of #3C7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7054

Black with #3C7054

Text Example


Text Example

White with #3C7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,84); }

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

background-color css

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

 a { background-color: rgb(60,112,84); }

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

border-color css

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

 span { border-color: rgb(60,112,84); }

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