#3C824E

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

Shades of Amazon #3C824E

Tints of Amazon #3C824E

Color information

#3C824E (or 0x3C824E) is unknown color: approx Amazon. HEX triplet: 3C, 82 and 4E. RGB value is (60,130,78). Sum of RGB (Red+Green+Blue) = 60+130+78=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #3C824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C824E is #C37DB1. Grayscale: #676767. Windows color (decimal): -12811698 or 5145148. OLE color: 5145148.

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

Color convert

RGB6013078-
CMYK0.5400.400.49
HSL135.43º36.84%37.25%-
HSV(B)135.43º53.85%50.98%-
XYZ11.2217.489.99-
YUV103.14113.8197.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=22.39%
G=48.51%
B=29.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130780.5400.400.49135.4336.8437.25
Hex3C824E3602831872525
Octal7420211666050612074545
Binary111100100000101001110110110010100011000110000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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