#3C422A

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

Shades of Green Kelp #3C422A

Tints of Green Kelp #3C422A

Color information

#3C422A (or 0x3C422A) is unknown color: approx Green Kelp. HEX triplet: 3C, 42 and 2A. RGB value is (60,66,42). Sum of RGB (Red+Green+Blue) = 60+66+42=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #3C422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C422A is #C3BDD5. Grayscale: #3D3D3D. Windows color (decimal): -12828118 or 2769468. OLE color: 2769468.

HSL color Cylindrical-coordinate representation of color #3C422A: hue angle of 75º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C422A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB606642-
CMYK0.0900.360.74
HSL75º22.22%21.18%-
HSV(B)75º36.36%25.88%-
XYZ4.235.022.94-
YUV61.47117.01126.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 42 (16.80% from 255) = 25%
R=35.71%
G=39.29%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066420.0900.360.747522.2221.18
Hex3C422A90244A4b1615
Octal7410252110441121132625
Binary111100100001010101010010100100100101010010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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