#3C8752

Color #3C8752 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #3C8752

Tints of Amazon #3C8752

Color information

#3C8752 (or 0x3C8752) is unknown color: approx Amazon. HEX triplet: 3C, 87 and 52. RGB value is (60,135,82). Sum of RGB (Red+Green+Blue) = 60+135+82=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8752 is #C378AD. Grayscale: #6A6A6A. Windows color (decimal): -12810414 or 5408572. OLE color: 5408572.

HSL color Cylindrical-coordinate representation of color #3C8752: hue angle of 137.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8752 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB6013582-
CMYK0.5600.390.47
HSL137.6º38.46%38.24%-
HSV(B)137.6º55.56%52.94%-
XYZ12.0518.911-
YUV106.53114.1594.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=21.66%
G=48.74%
B=29.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60135820.5600.390.47137.638.4638.24
Hex3C8752380272F8a2626
Octal7420712270047572124646
Binary111100100001111010010111000010011110111110001010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,82); }

 H1.HeaderClassName
 {
   color: #3C8752;
 }
 .AnyTagClassName
 {
   color: #3C8752;
 }
</style>
background-color css

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

 a { background-color: rgb(60,135,82); }

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

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

 span { border-color: rgb(60,135,82); }

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