#3C4021

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

Shades of Green Kelp #3C4021

Tints of Green Kelp #3C4021

Color information

#3C4021 (or 0x3C4021) is unknown color: approx Green Kelp. HEX triplet: 3C, 40 and 21. RGB value is (60,64,33). Sum of RGB (Red+Green+Blue) = 60+64+33=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4021 is #C3BFDE. Grayscale: #3B3B3B. Windows color (decimal): -12828639 or 2179132. OLE color: 2179132.

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

Color convert

RGB606433-
CMYK0.0600.480.75
HSL67.74º31.96%19.02%-
HSV(B)67.74º48.44%25.1%-
XYZ3.974.742.14-
YUV59.27113.17128.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=38.22%
G=40.76%
B=21.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064330.0600.480.7567.7431.9619.02
Hex3C402160304B442013
Octal741004160601131044023
Binary111100100000010000111001100001001011100010010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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