#3C7252

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

Shades of Amazon #3C7252

Tints of Amazon #3C7252

Color information

#3C7252 (or 0x3C7252) is unknown color: approx Amazon. HEX triplet: 3C, 72 and 52. RGB value is (60,114,82). Sum of RGB (Red+Green+Blue) = 60+114+82=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7252 is #C38DAD. Grayscale: #5E5E5E. Windows color (decimal): -12815790 or 5403196. OLE color: 5403196.

HSL color Cylindrical-coordinate representation of color #3C7252: hue angle of 144.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7252 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB6011482-
CMYK0.4700.280.55
HSL144.44º31.03%34.12%-
HSV(B)144.44º47.37%44.71%-
XYZ9.413.610.11-
YUV94.21121.11103.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=23.44%
G=44.53%
B=32.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60114820.4700.280.55144.4431.0334.12
Hex3C72522F01C37901f22
Octal7416212257034672203742
Binary111100111001010100101011110111001101111001000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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