#3A532A

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

Shades of Palm Leaf #3A532A

Tints of Palm Leaf #3A532A

Color information

#3A532A (or 0x3A532A) is unknown color: approx Palm Leaf. HEX triplet: 3A, 53 and 2A. RGB value is (58,83,42). Sum of RGB (Red+Green+Blue) = 58+83+42=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #3A532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A532A is #C5ACD5. Grayscale: #464646. Windows color (decimal): -12954838 or 2773818. OLE color: 2773818.

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

Color convert

RGB588342-
CMYK0.3000.490.67
HSL96.59º32.8%24.51%-
HSV(B)96.59º49.4%32.55%-
XYZ5.267.253.31-
YUV70.85111.72118.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=31.69%
G=45.36%
B=22.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883420.3000.490.6796.5932.824.51
Hex3A532A1E03143612119
Octal7212352360611031414131
Binary11101010100111010101111001100011000011110000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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