#3D483B

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

Shades of Palm Leaf #3D483B

Tints of Palm Leaf #3D483B

Color information

#3D483B (or 0x3D483B) is unknown color: approx Palm Leaf. HEX triplet: 3D, 48 and 3B. RGB value is (61,72,59). Sum of RGB (Red+Green+Blue) = 61+72+59=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #3D483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D483B is #C2B7C4. Grayscale: #434343. Windows color (decimal): -12761029 or 3885117. OLE color: 3885117.

HSL color Cylindrical-coordinate representation of color #3D483B: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D483B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB617259-
CMYK0.1500.180.72
HSL110.77º9.92%25.69%-
HSV(B)110.77º18.06%28.24%-
XYZ5.035.945.02-
YUV67.23123.36123.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=31.77%
G=37.5%
B=30.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6172590.1500.180.72110.779.9225.69
Hex3D483BF012486fa1a
Octal7511073170221101571232
Binary1111011001000111011111101001010010001101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,59); }

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

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

 a { background-color: rgb(61,72,59); }

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

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

 span { border-color: rgb(61,72,59); }

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