#3C4029

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

Shades of Green Kelp #3C4029

Tints of Green Kelp #3C4029

Color information

#3C4029 (or 0x3C4029) is unknown color: approx Green Kelp. HEX triplet: 3C, 40 and 29. RGB value is (60,64,41). Sum of RGB (Red+Green+Blue) = 60+64+41=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4029 is #C3BFD6. Grayscale: #3C3C3C. Windows color (decimal): -12828631 or 2703420. OLE color: 2703420.

HSL color Cylindrical-coordinate representation of color #3C4029: hue angle of 70.43º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C4029 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB606441-
CMYK0.0600.360.75
HSL70.43º21.9%20.59%-
HSV(B)70.43º35.94%25.1%-
XYZ4.14.792.81-
YUV60.18117.17127.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=36.36%
G=38.79%
B=24.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064410.0600.360.7570.4321.920.59
Hex3C402960244B461615
Octal741005160441131062625
Binary11110010000001010011100100100100101110001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,41); }

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

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

 a { background-color: rgb(60,64,41); }

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

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

 span { border-color: rgb(60,64,41); }

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