#384630

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

Shades of Palm Leaf #384630

Tints of Palm Leaf #384630

Color information

#384630 (or 0x384630) is unknown color: approx Palm Leaf. HEX triplet: 38, 46 and 30. RGB value is (56,70,48). Sum of RGB (Red+Green+Blue) = 56+70+48=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #384630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384630 is #C7B9CF. Grayscale: #3F3F3F. Windows color (decimal): -13089232 or 3163704. OLE color: 3163704.

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

Color convert

RGB567048-
CMYK0.2000.310.73
HSL98.18º18.64%23.14%-
HSV(B)98.18º31.43%27.45%-
XYZ4.355.433.62-
YUV63.31119.36122.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=32.18%
G=40.23%
B=27.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5670480.2000.310.7398.1818.6423.14
Hex3846301401F49621317
Octal7010660240371111422327
Binary111000100011011000010100011111100100111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384630; }

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

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

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

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

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

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

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

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