#385432

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

Shades of Palm Leaf #385432

Tints of Palm Leaf #385432

Color information

#385432 (or 0x385432) is unknown color: approx Palm Leaf. HEX triplet: 38, 54 and 32. RGB value is (56,84,50). Sum of RGB (Red+Green+Blue) = 56+84+50=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #385432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385432 is #C7ABCD. Grayscale: #474747. Windows color (decimal): -13085646 or 3298360. OLE color: 3298360.

HSL color Cylindrical-coordinate representation of color #385432: hue angle of 109.41º 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 #385432 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB568450-
CMYK0.3300.400.67
HSL109.41º25.37%26.27%-
HSV(B)109.41º40.48%32.94%-
XYZ5.387.414.16-
YUV71.75115.72116.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=29.47%
G=44.21%
B=26.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684500.3300.400.67109.4125.3726.27
Hex38543221028436d191a
Octal7012462410501031553132
Binary11100010101001100101000010101000100001111011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385432; }

 p { color: rgb(56,84,50); }

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

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

 a { background-color: rgb(56,84,50); }

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

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

 span { border-color: rgb(56,84,50); }

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