#384235

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

Shades of Palm Leaf #384235

Tints of Palm Leaf #384235

Color information

#384235 (or 0x384235) is unknown color: approx Palm Leaf. HEX triplet: 38, 42 and 35. RGB value is (56,66,53). Sum of RGB (Red+Green+Blue) = 56+66+53=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #384235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384235 is #C7BDCA. Grayscale: #3D3D3D. Windows color (decimal): -13090251 or 3490360. OLE color: 3490360.

HSL color Cylindrical-coordinate representation of color #384235: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384235 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB566653-
CMYK0.1500.200.74
HSL106.15º10.92%23.33%-
HSV(B)106.15º19.7%25.88%-
XYZ4.224.994.11-
YUV61.53123.19124.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=32%
G=37.71%
B=30.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666530.1500.200.74106.1510.9223.33
Hex384235F0144A6ab17
Octal7010265170241121521327
Binary1110001000010110101111101010010010101101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384235; }

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

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

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

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

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

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

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

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