#384532

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

Shades of Palm Leaf #384532

Tints of Palm Leaf #384532

Color information

#384532 (or 0x384532) is unknown color: approx Palm Leaf. HEX triplet: 38, 45 and 32. RGB value is (56,69,50). Sum of RGB (Red+Green+Blue) = 56+69+50=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #384532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384532 is #C7BACD. Grayscale: #3F3F3F. Windows color (decimal): -13089486 or 3294520. OLE color: 3294520.

HSL color Cylindrical-coordinate representation of color #384532: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384532 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB566950-
CMYK0.1900.280.73
HSL101.05º15.97%23.33%-
HSV(B)101.05º27.54%27.06%-
XYZ4.335.333.82-
YUV62.95120.69123.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=32%
G=39.43%
B=28.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669500.1900.280.73101.0515.9723.33
Hex3845321301C49651017
Octal7010562230341111452027
Binary111000100010111001010011011100100100111001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384532; }

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

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

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

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

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

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

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

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