#3C402A

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

Shades of Green Kelp #3C402A

Tints of Green Kelp #3C402A

Color information

#3C402A (or 0x3C402A) is unknown color: approx Green Kelp. HEX triplet: 3C, 40 and 2A. RGB value is (60,64,42). Sum of RGB (Red+Green+Blue) = 60+64+42=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402A is #C3BFD5. Grayscale: #3C3C3C. Windows color (decimal): -12828630 or 2768956. OLE color: 2768956.

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

Color convert

RGB606442-
CMYK0.0600.340.75
HSL70.91º20.75%20.78%-
HSV(B)70.91º34.38%25.1%-
XYZ4.114.792.9-
YUV60.3117.67127.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=36.14%
G=38.55%
B=25.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064420.0600.340.7570.9120.7520.78
Hex3C402A60224B471515
Octal741005260421131072525
Binary11110010000001010101100100010100101110001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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