#385326

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

Shades of Palm Leaf #385326

Tints of Palm Leaf #385326

Color information

#385326 (or 0x385326) is unknown color: approx Palm Leaf. HEX triplet: 38, 53 and 26. RGB value is (56,83,38). Sum of RGB (Red+Green+Blue) = 56+83+38=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #385326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385326 is #C7ACD9. Grayscale: #454545. Windows color (decimal): -13085914 or 2511672. OLE color: 2511672.

HSL color Cylindrical-coordinate representation of color #385326: hue angle of 96º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385326 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB568338-
CMYK0.3300.540.67
HSL96º37.19%23.73%-
HSV(B)96º54.22%32.55%-
XYZ5.077.172.95-
YUV69.8110.05118.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=31.64%
G=46.89%
B=21.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683380.3300.540.679637.1923.73
Hex3853262103643602518
Octal7012346410661031404530
Binary111000101001110011010000101101101000011110000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385326; }

 p { color: rgb(56,83,38); }

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

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

 a { background-color: rgb(56,83,38); }

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

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

 span { border-color: rgb(56,83,38); }

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