#3C3F29

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

Shades of Green Kelp #3C3F29

Tints of Green Kelp #3C3F29

Color information

#3C3F29 (or 0x3C3F29) is unknown color: approx Green Kelp. HEX triplet: 3C, 3F and 29. RGB value is (60,63,41). Sum of RGB (Red+Green+Blue) = 60+63+41=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F29 is #C3C0D6. Grayscale: #3B3B3B. Windows color (decimal): -12828887 or 2703164. OLE color: 2703164.

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

Color convert

RGB606341-
CMYK0.0500.350.75
HSL68.18º21.15%20.39%-
HSV(B)68.18º34.92%24.71%-
XYZ4.044.682.79-
YUV59.59117.51128.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.59%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 41 (16.41% from 255) = 25%
R=36.59%
G=38.41%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6063410.0500.350.7568.1821.1520.39
Hex3C3F2950234B441514
Octal74775150431131042524
Binary1111001111111010011010100011100101110001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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