#3A552D

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

Shades of Palm Leaf #3A552D

Tints of Palm Leaf #3A552D

Color information

#3A552D (or 0x3A552D) is unknown color: approx Palm Leaf. HEX triplet: 3A, 55 and 2D. RGB value is (58,85,45). Sum of RGB (Red+Green+Blue) = 58+85+45=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #3A552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A552D is #C5AAD2. Grayscale: #484848. Windows color (decimal): -12954323 or 2970938. OLE color: 2970938.

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

Color convert

RGB588545-
CMYK0.3200.470.67
HSL100.5º30.77%25.49%-
HSV(B)100.5º47.06%33.33%-
XYZ5.477.593.66-
YUV72.37112.55117.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=30.85%
G=45.21%
B=23.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885450.3200.470.67100.530.7725.49
Hex3A552D2002F43641f19
Octal7212555400571031443731
Binary11101010101011011011000000101111100001111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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