#3A5826

Color #3A5826 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #3A5826

Tints of Palm Leaf #3A5826

Color information

#3A5826 (or 0x3A5826) is unknown color: approx Palm Leaf. HEX triplet: 3A, 58 and 26. RGB value is (58,88,38). Sum of RGB (Red+Green+Blue) = 58+88+38=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5826 is #C5A7D9. Grayscale: #494949. Windows color (decimal): -12953562 or 2512954. OLE color: 2512954.

HSL color Cylindrical-coordinate representation of color #3A5826: hue angle of 96º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A5826 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB588838-
CMYK0.3400.570.65
HSL96º39.68%24.71%-
HSV(B)96º56.82%34.51%-
XYZ5.588.023.09-
YUV73.33108.06117.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=31.52%
G=47.83%
B=20.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888380.3400.570.659639.6824.71
Hex3A58262203941602819
Octal7213046420711011405031
Binary111010101100010011010001001110011000001110000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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