#385127

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

Shades of Palm Leaf #385127

Tints of Palm Leaf #385127

Color information

#385127 (or 0x385127) is unknown color: approx Palm Leaf. HEX triplet: 38, 51 and 27. RGB value is (56,81,39). Sum of RGB (Red+Green+Blue) = 56+81+39=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #385127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385127 is #C7AED8. Grayscale: #444444. Windows color (decimal): -13086425 or 2576696. OLE color: 2576696.

HSL color Cylindrical-coordinate representation of color #385127: hue angle of 95.71º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385127 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB568139-
CMYK0.3100.520.68
HSL95.71º35%23.53%-
HSV(B)95.71º51.85%31.76%-
XYZ4.946.872.99-
YUV68.74111.22118.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 81 (32.03% from 255) = 46.02%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=31.82%
G=46.02%
B=22.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681390.3100.520.6895.713523.53
Hex3851271F03444602318
Octal7012147370641041404330
Binary11100010100011001111111101101001000100110000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385127; }

 p { color: rgb(56,81,39); }

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

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

 a { background-color: rgb(56,81,39); }

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

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

 span { border-color: rgb(56,81,39); }

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