#3A4025

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

Shades of Green Kelp #3A4025

Tints of Green Kelp #3A4025

Color information

#3A4025 (or 0x3A4025) is unknown color: approx Green Kelp. HEX triplet: 3A, 40 and 25. RGB value is (58,64,37). Sum of RGB (Red+Green+Blue) = 58+64+37=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4025 is #C5BFDA. Grayscale: #3B3B3B. Windows color (decimal): -12959707 or 2441274. OLE color: 2441274.

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

Color convert

RGB586437-
CMYK0.0900.420.75
HSL73.33º26.73%19.8%-
HSV(B)73.33º42.19%25.1%-
XYZ3.914.72.45-
YUV59.13115.51127.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=36.48%
G=40.25%
B=23.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864370.0900.420.7573.3326.7319.8
Hex3A4025902A4B491b14
Octal7210045110521131113324
Binary111010100000010010110010101010100101110010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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