#3C4022

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

Shades of Green Kelp #3C4022

Tints of Green Kelp #3C4022

Color information

#3C4022 (or 0x3C4022) is unknown color: approx Green Kelp. HEX triplet: 3C, 40 and 22. RGB value is (60,64,34). Sum of RGB (Red+Green+Blue) = 60+64+34=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4022 is #C3BFDD. Grayscale: #3B3B3B. Windows color (decimal): -12828638 or 2244668. OLE color: 2244668.

HSL color Cylindrical-coordinate representation of color #3C4022: hue angle of 68º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4022 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB606434-
CMYK0.0600.470.75
HSL68º30.61%19.22%-
HSV(B)68º46.88%25.1%-
XYZ3.994.742.22-
YUV59.38113.67128.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=37.97%
G=40.51%
B=21.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064340.0600.470.756830.6119.22
Hex3C4022602F4B441f13
Octal741004260571131043723
Binary11110010000001000101100101111100101110001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,34); }

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

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

 a { background-color: rgb(60,64,34); }

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

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

 span { border-color: rgb(60,64,34); }

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