#384237

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

Shades of Palm Leaf #384237

Tints of Palm Leaf #384237

Color information

#384237 (or 0x384237) is unknown color: approx Palm Leaf. HEX triplet: 38, 42 and 37. RGB value is (56,66,55). Sum of RGB (Red+Green+Blue) = 56+66+55=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #384237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384237 is #C7BDC8. Grayscale: #3D3D3D. Windows color (decimal): -13090249 or 3621432. OLE color: 3621432.

HSL color Cylindrical-coordinate representation of color #384237: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #384237 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB566655-
CMYK0.1500.170.74
HSL114.55º9.09%23.73%-
HSV(B)114.55º16.67%25.88%-
XYZ4.275.014.36-
YUV61.76124.19123.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=31.64%
G=37.29%
B=31.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666550.1500.170.74114.559.0923.73
Hex384237F0114A73918
Octal7010267170211121631130
Binary1110001000010110111111101000110010101110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384237; }

 p { color: rgb(56,66,55); }

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

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

 a { background-color: rgb(56,66,55); }

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

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

 span { border-color: rgb(56,66,55); }

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