#384035

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

Shades of Palm Leaf #384035

Tints of Palm Leaf #384035

Color information

#384035 (or 0x384035) is unknown color: approx Palm Leaf. HEX triplet: 38, 40 and 35. RGB value is (56,64,53). Sum of RGB (Red+Green+Blue) = 56+64+53=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #384035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384035 is #C7BFCA. Grayscale: #3C3C3C. Windows color (decimal): -13090763 or 3489848. OLE color: 3489848.

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

Color convert

RGB566453-
CMYK0.1300.170.75
HSL103.64º9.4%22.94%-
HSV(B)103.64º17.19%25.1%-
XYZ4.114.764.07-
YUV60.35123.85124.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=32.37%
G=36.99%
B=30.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664530.1300.170.75103.649.422.94
Hex384035D0114B68917
Octal7010065150211131501127
Binary1110001000000110101110101000110010111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384035; }

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

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

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

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

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

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

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

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