#384632

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

Shades of Palm Leaf #384632

Tints of Palm Leaf #384632

Color information

#384632 (or 0x384632) is unknown color: approx Palm Leaf. HEX triplet: 38, 46 and 32. RGB value is (56,70,50). Sum of RGB (Red+Green+Blue) = 56+70+50=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #384632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384632 is #C7B9CD. Grayscale: #3F3F3F. Windows color (decimal): -13089230 or 3294776. OLE color: 3294776.

HSL color Cylindrical-coordinate representation of color #384632: hue angle of 102º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #384632 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB567050-
CMYK0.2000.290.73
HSL102º16.67%23.53%-
HSV(B)102º28.57%27.45%-
XYZ4.45.453.84-
YUV63.53120.36122.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=31.82%
G=39.77%
B=28.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670500.2000.290.7310216.6723.53
Hex3846321401D49661118
Octal7010662240351111462130
Binary111000100011011001010100011101100100111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384632; }

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

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

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

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

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

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

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

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