#3B403A

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

Shades of Palm Leaf #3B403A

Tints of Palm Leaf #3B403A

Color information

#3B403A (or 0x3B403A) is unknown color: approx Palm Leaf. HEX triplet: 3B, 40 and 3A. RGB value is (59,64,58). Sum of RGB (Red+Green+Blue) = 59+64+58=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403A is #C4BFC5. Grayscale: #3D3D3D. Windows color (decimal): -12894150 or 3817531. OLE color: 3817531.

HSL color Cylindrical-coordinate representation of color #3B403A: hue angle of 110º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3B403A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB596458-
CMYK0.0800.090.75
HSL110º4.92%23.92%-
HSV(B)110º9.38%25.1%-
XYZ4.44.94.72-
YUV61.82125.84125.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=32.60%
G=35.36%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964580.0800.090.751104.9223.92
Hex3B403A8094B6e518
Octal731007210011113156530
Binary11101110000001110101000010011001011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,58); }

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

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

 a { background-color: rgb(59,64,58); }

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

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

 span { border-color: rgb(59,64,58); }

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