#3D5332

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

Shades of Palm Leaf #3D5332

Tints of Palm Leaf #3D5332

Color information

#3D5332 (or 0x3D5332) is unknown color: approx Palm Leaf. HEX triplet: 3D, 53 and 32. RGB value is (61,83,50). Sum of RGB (Red+Green+Blue) = 61+83+50=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5332 is #C2ACCD. Grayscale: #484848. Windows color (decimal): -12758222 or 3298109. OLE color: 3298109.

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

Color convert

RGB618350-
CMYK0.2700.400.67
HSL100º24.81%26.08%-
HSV(B)100º39.76%32.55%-
XYZ5.597.414.15-
YUV72.66115.21119.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.44%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=31.44%
G=42.78%
B=25.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183500.2700.400.6710024.8126.08
Hex3D53321B0284364191a
Octal7512362330501031443132
Binary1111011010011110010110110101000100001111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,50); }

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

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

 a { background-color: rgb(61,83,50); }

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

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

 span { border-color: rgb(61,83,50); }

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