#3A4026

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

Shades of Green Kelp #3A4026

Tints of Green Kelp #3A4026

Color information

#3A4026 (or 0x3A4026) is unknown color: approx Green Kelp. HEX triplet: 3A, 40 and 26. RGB value is (58,64,38). Sum of RGB (Red+Green+Blue) = 58+64+38=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4026 is #C5BFD9. Grayscale: #3B3B3B. Windows color (decimal): -12959706 or 2506810. OLE color: 2506810.

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

Color convert

RGB586438-
CMYK0.0900.410.75
HSL73.85º25.49%20%-
HSV(B)73.85º40.62%25.1%-
XYZ3.934.712.54-
YUV59.24116.01127.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=36.25%
G=40%
B=23.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864380.0900.410.7573.8525.4920
Hex3A402690294B4a1914
Octal7210046110511131123124
Binary111010100000010011010010101001100101110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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