#3C4425

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

Shades of Green Kelp #3C4425

Tints of Green Kelp #3C4425

Color information

#3C4425 (or 0x3C4425) is unknown color: approx Green Kelp. HEX triplet: 3C, 44 and 25. RGB value is (60,68,37). Sum of RGB (Red+Green+Blue) = 60+68+37=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #3C4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4425 is #C3BBDA. Grayscale: #3E3E3E. Windows color (decimal): -12827611 or 2442300. OLE color: 2442300.

HSL color Cylindrical-coordinate representation of color #3C4425: hue angle of 75.48º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4425 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB606837-
CMYK0.1200.460.73
HSL75.48º29.52%20.59%-
HSV(B)75.48º45.59%26.67%-
XYZ4.265.232.53-
YUV62.07113.85126.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=36.36%
G=41.21%
B=22.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6068370.1200.460.7375.4829.5220.59
Hex3C4425C02E494b1e15
Octal7410445140561111133625
Binary111100100010010010111000101110100100110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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