#384735

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

Shades of Palm Leaf #384735

Tints of Palm Leaf #384735

Color information

#384735 (or 0x384735) is unknown color: approx Palm Leaf. HEX triplet: 38, 47 and 35. RGB value is (56,71,53). Sum of RGB (Red+Green+Blue) = 56+71+53=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #384735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384735 is #C7B8CA. Grayscale: #404040. Windows color (decimal): -13088971 or 3491640. OLE color: 3491640.

HSL color Cylindrical-coordinate representation of color #384735: hue angle of 110º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384735 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB567153-
CMYK0.2100.250.72
HSL110º14.52%24.31%-
HSV(B)110º25.35%27.84%-
XYZ4.535.64.21-
YUV64.46121.53121.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=31.11%
G=39.44%
B=29.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671530.2100.250.7211014.5224.31
Hex38473515019486ef18
Octal7010765250311101561730
Binary11100010001111101011010101100110010001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384735; }

 p { color: rgb(56,71,53); }

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

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

 a { background-color: rgb(56,71,53); }

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

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

 span { border-color: rgb(56,71,53); }

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