#384732

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

Shades of Palm Leaf #384732

Tints of Palm Leaf #384732

Color information

#384732 (or 0x384732) is unknown color: approx Palm Leaf. HEX triplet: 38, 47 and 32. RGB value is (56,71,50). Sum of RGB (Red+Green+Blue) = 56+71+50=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #384732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384732 is #C7B8CD. Grayscale: #404040. Windows color (decimal): -13088974 or 3295032. OLE color: 3295032.

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

Color convert

RGB567150-
CMYK0.2100.300.72
HSL102.86º17.36%23.73%-
HSV(B)102.86º29.58%27.84%-
XYZ4.465.583.86-
YUV64.12120.03122.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=31.64%
G=40.11%
B=28.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5671500.2100.300.72102.8617.3623.73
Hex3847321501E48671118
Octal7010762250361101472130
Binary111000100011111001010101011110100100011001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384732; }

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

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

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

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

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

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

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

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