#3A4027

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

Shades of Green Kelp #3A4027

Tints of Green Kelp #3A4027

Color information

#3A4027 (or 0x3A4027) is unknown color: approx Green Kelp. HEX triplet: 3A, 40 and 27. RGB value is (58,64,39). Sum of RGB (Red+Green+Blue) = 58+64+39=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4027 is #C5BFD8. Grayscale: #3B3B3B. Windows color (decimal): -12959705 or 2572346. OLE color: 2572346.

HSL color Cylindrical-coordinate representation of color #3A4027: hue angle of 74.4º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A4027 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB586439-
CMYK0.0900.390.75
HSL74.4º24.27%20.2%-
HSV(B)74.4º39.06%25.1%-
XYZ3.944.712.62-
YUV59.36116.51127.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=36.02%
G=39.75%
B=24.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864390.0900.390.7574.424.2720.2
Hex3A402790274B4a1814
Octal7210047110471131123024
Binary111010100000010011110010100111100101110010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,64,39); }

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

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

 a { background-color: rgb(58,64,39); }

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

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

 span { border-color: rgb(58,64,39); }

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