#3C4123

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

Shades of Green Kelp #3C4123

Tints of Green Kelp #3C4123

Color information

#3C4123 (or 0x3C4123) is unknown color: approx Green Kelp. HEX triplet: 3C, 41 and 23. RGB value is (60,65,35). Sum of RGB (Red+Green+Blue) = 60+65+35=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4123 is #C3BEDC. Grayscale: #3C3C3C. Windows color (decimal): -12828381 or 2310460. OLE color: 2310460.

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

Color convert

RGB606535-
CMYK0.0800.460.75
HSL70º30%19.61%-
HSV(B)70º46.15%25.49%-
XYZ4.064.862.31-
YUV60.08113.84127.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=37.5%
G=40.62%
B=21.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065350.0800.460.75703019.61
Hex3C4123802E4B461e14
Octal7410143100561131063624
Binary111100100000110001110000101110100101110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,35); }

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

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

 a { background-color: rgb(60,65,35); }

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

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

 span { border-color: rgb(60,65,35); }

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