#3A552A

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

Shades of Palm Leaf #3A552A

Tints of Palm Leaf #3A552A

Color information

#3A552A (or 0x3A552A) is unknown color: approx Palm Leaf. HEX triplet: 3A, 55 and 2A. RGB value is (58,85,42). Sum of RGB (Red+Green+Blue) = 58+85+42=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #3A552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A552A is #C5AAD5. Grayscale: #484848. Windows color (decimal): -12954326 or 2774330. OLE color: 2774330.

HSL color Cylindrical-coordinate representation of color #3A552A: hue angle of 97.67º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A552A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB588542-
CMYK0.3200.510.67
HSL97.67º33.86%24.9%-
HSV(B)97.67º50.59%33.33%-
XYZ5.417.563.37-
YUV72.02111.05118-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=31.35%
G=45.95%
B=22.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885420.3200.510.6797.6733.8624.9
Hex3A552A2003343622219
Octal7212552400631031424231
Binary111010101010110101010000001100111000011110001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,42); }

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

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

 a { background-color: rgb(58,85,42); }

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

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

 span { border-color: rgb(58,85,42); }

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