#3A3C2E

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

Shades of Green Kelp #3A3C2E

Tints of Green Kelp #3A3C2E

Color information

#3A3C2E (or 0x3A3C2E) is unknown color: approx Green Kelp. HEX triplet: 3A, 3C and 2E. RGB value is (58,60,46). Sum of RGB (Red+Green+Blue) = 58+60+46=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3C2E is #C5C3D1. Grayscale: #393939. Windows color (decimal): -12960722 or 3030074. OLE color: 3030074.

HSL color Cylindrical-coordinate representation of color #3A3C2E: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A3C2E is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB586046-
CMYK0.0300.230.76
HSL68.57º13.21%20.78%-
HSV(B)68.57º23.33%23.53%-
XYZ3.854.333.22-
YUV57.81121.34128.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=35.37%
G=36.59%
B=28.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5860460.0300.230.7668.5713.2120.78
Hex3A3C2E30174C45d15
Octal72745630271141051525
Binary1110101111001011101101011110011001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,46); }

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

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

 a { background-color: rgb(58,60,46); }

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

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

 span { border-color: rgb(58,60,46); }

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