#3C3F25

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

Shades of Green Kelp #3C3F25

Tints of Green Kelp #3C3F25

Color information

#3C3F25 (or 0x3C3F25) is unknown color: approx Green Kelp. HEX triplet: 3C, 3F and 25. RGB value is (60,63,37). Sum of RGB (Red+Green+Blue) = 60+63+37=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F25 is #C3C0DA. Grayscale: #3B3B3B. Windows color (decimal): -12828891 or 2441020. OLE color: 2441020.

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

Color convert

RGB606337-
CMYK0.0500.410.75
HSL66.92º26%19.61%-
HSV(B)66.92º41.27%24.71%-
XYZ3.974.652.44-
YUV59.14115.51128.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=37.5%
G=39.38%
B=23.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6063370.0500.410.7566.922619.61
Hex3C3F2550294B431a14
Octal74774550511131033224
Binary1111001111111001011010101001100101110000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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