#3C4124

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

Shades of Green Kelp #3C4124

Tints of Green Kelp #3C4124

Color information

#3C4124 (or 0x3C4124) is unknown color: approx Green Kelp. HEX triplet: 3C, 41 and 24. RGB value is (60,65,36). Sum of RGB (Red+Green+Blue) = 60+65+36=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4124 is #C3BEDB. Grayscale: #3C3C3C. Windows color (decimal): -12828380 or 2375996. OLE color: 2375996.

HSL color Cylindrical-coordinate representation of color #3C4124: hue angle of 70.34º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C4124 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB606536-
CMYK0.0800.450.75
HSL70.34º28.71%19.8%-
HSV(B)70.34º44.62%25.49%-
XYZ4.074.872.39-
YUV60.2114.34127.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=37.27%
G=40.37%
B=22.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065360.0800.450.7570.3428.7119.8
Hex3C4124802D4B461d14
Octal7410144100551131063524
Binary111100100000110010010000101101100101110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,36); }

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

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

 a { background-color: rgb(60,65,36); }

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

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

 span { border-color: rgb(60,65,36); }

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