#3C3F2A

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

Shades of Green Kelp #3C3F2A

Tints of Green Kelp #3C3F2A

Color information

#3C3F2A (or 0x3C3F2A) is unknown color: approx Green Kelp. HEX triplet: 3C, 3F and 2A. RGB value is (60,63,42). Sum of RGB (Red+Green+Blue) = 60+63+42=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F2A is #C3C0D5. Grayscale: #3B3B3B. Windows color (decimal): -12828886 or 2768700. OLE color: 2768700.

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

Color convert

RGB606342-
CMYK0.0500.330.75
HSL68.57º20%20.59%-
HSV(B)68.57º33.33%24.71%-
XYZ4.064.682.88-
YUV59.71118.01128.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=36.36%
G=38.18%
B=25.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6063420.0500.330.7568.572020.59
Hex3C3F2A50214B451415
Octal74775250411131052425
Binary1111001111111010101010100001100101110001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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