#3A5430

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

Shades of Palm Leaf #3A5430

Tints of Palm Leaf #3A5430

Color information

#3A5430 (or 0x3A5430) is unknown color: approx Palm Leaf. HEX triplet: 3A, 54 and 30. RGB value is (58,84,48). Sum of RGB (Red+Green+Blue) = 58+84+48=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5430 is #C5ABCF. Grayscale: #484848. Windows color (decimal): -12954576 or 3167290. OLE color: 3167290.

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

Color convert

RGB588448-
CMYK0.3100.430.67
HSL103.33º27.27%25.88%-
HSV(B)103.33º42.86%32.94%-
XYZ5.457.453.95-
YUV72.12114.39117.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=30.53%
G=44.21%
B=25.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884480.3100.430.67103.3327.2725.88
Hex3A54301F02B43671b1a
Octal7212460370531031473332
Binary1110101010100110000111110101011100001111001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,48); }

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

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

 a { background-color: rgb(58,84,48); }

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

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

 span { border-color: rgb(58,84,48); }

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