Html Css Color HEX #3C7F4C Amazon

📋 copy color: '#3C7F4C'

red 60 ◦ green 127 ◦ blue 76

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

Shades of Amazon #3C7F4C

Tints of Amazon #3C7F4C

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 22.81%
G = 48.29%
B = 28.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#3C7F4C (or 0x3C7F4C) is known color: Amazon. HEX triplet: 3C, 7F and 4C. RGB value is (60,127,76). Sum of RGB (Red+Green+Blue) = 60+127+76=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F4C is #C380B3. Grayscale: #656565. Windows color (decimal): -12812468 or 5013308. OLE color: 5013308.

HSL color Cylindrical-coordinate representation of color #3C7F4C: hue angle of 134.33º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F4C is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 76 -
CMYK 0.53 0 0.40 0.50
HSL 134.33º 0.36% 0.37% -
HSV(B) 134.33º 0.53% 0.5% -
XYZ 10.76 16.66 9.49 -
YUV 101.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 60 127 76 0.53 0 0.40 0.50 134.33 0.36 0.37
Hex 3C 7F 4C 35 0 28 32 86 24 25
Octal 74 177 114 65 0 50 62 206 44 45
Binary 111100 1111111 1001100 110101 0 101000 110010 10000110 100100 100101

Color Harmonies of #3C7F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F4C

Black with #3C7F4C

Text Example


Text Example

White with #3C7F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,127,76); }

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

background-color css

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

 a { background-color: rgb(60,127,76); }

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

border-color css

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

 span { border-color: rgb(60,127,76); }

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