#3D463A

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

Shades of Palm Leaf #3D463A

Tints of Palm Leaf #3D463A

Color information

#3D463A (or 0x3D463A) is unknown color: approx Palm Leaf. HEX triplet: 3D, 46 and 3A. RGB value is (61,70,58). Sum of RGB (Red+Green+Blue) = 61+70+58=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #3D463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D463A is #C2B9C5. Grayscale: #414141. Windows color (decimal): -12761542 or 3819069. OLE color: 3819069.

HSL color Cylindrical-coordinate representation of color #3D463A: hue angle of 105º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3D463A is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB617058-
CMYK0.1300.170.73
HSL105º9.38%25.1%-
HSV(B)105º17.14%27.45%-
XYZ4.885.684.84-
YUV65.94123.52124.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=32.28%
G=37.04%
B=30.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170580.1300.170.731059.3825.1
Hex3D463AD0114969919
Octal7510672150211111511131
Binary1111011000110111010110101000110010011101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,58); }

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

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

 a { background-color: rgb(61,70,58); }

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

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

 span { border-color: rgb(61,70,58); }

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