#385426

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

Shades of Palm Leaf #385426

Tints of Palm Leaf #385426

Color information

#385426 (or 0x385426) is unknown color: approx Palm Leaf. HEX triplet: 38, 54 and 26. RGB value is (56,84,38). Sum of RGB (Red+Green+Blue) = 56+84+38=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #385426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385426 is #C7ABD9. Grayscale: #464646. Windows color (decimal): -13085658 or 2511928. OLE color: 2511928.

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

Color convert

RGB568438-
CMYK0.3300.550.67
HSL96.52º37.7%23.92%-
HSV(B)96.52º54.76%32.94%-
XYZ5.157.322.98-
YUV70.38109.72117.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=31.46%
G=47.19%
B=21.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684380.3300.550.6796.5237.723.92
Hex3854262103743612618
Octal7012446410671031414630
Binary111000101010010011010000101101111000011110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385426; }

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

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

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

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

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

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

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

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