Html Css Color HEX #3C7C4E Amazon

📋 copy color: '#3C7C4E'

red 60 ◦ green 124 ◦ blue 78

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

Shades of Amazon #3C7C4E

Tints of Amazon #3C7C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

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

R = 22.9%
G = 47.33%
B = 29.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#3C7C4E (or 0x3C7C4E) is known color: Amazon. HEX triplet: 3C, 7C and 4E. RGB value is (60,124,78). Sum of RGB (Red+Green+Blue) = 60+124+78=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C4E is #C383B1. Grayscale: #636363. Windows color (decimal): -12813234 or 5143612. OLE color: 5143612.

HSL color Cylindrical-coordinate representation of color #3C7C4E: hue angle of 136.88º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C4E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 124 78 -
CMYK 0.52 0 0.37 0.51
HSL 136.88º 0.35% 0.36% -
HSV(B) 136.88º 0.52% 0.49% -
XYZ 10.45 15.93 9.73 -
YUV 99.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 60 124 78 0.52 0 0.37 0.51 136.88 0.35 0.36
Hex 3C 7C 4E 34 0 25 33 89 23 24
Octal 74 174 116 64 0 45 63 211 43 44
Binary 111100 1111100 1001110 110100 0 100101 110011 10001001 100011 100100

Color Harmonies of #3C7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7C4E

Black with #3C7C4E

Text Example


Text Example

White with #3C7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,124,78); }

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

background-color css

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

 a { background-color: rgb(60,124,78); }

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

border-color css

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

 span { border-color: rgb(60,124,78); }

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