#385132

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

Shades of Palm Leaf #385132

Tints of Palm Leaf #385132

Color information

#385132 (or 0x385132) is unknown color: approx Palm Leaf. HEX triplet: 38, 51 and 32. RGB value is (56,81,50). Sum of RGB (Red+Green+Blue) = 56+81+50=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #385132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385132 is #C7AECD. Grayscale: #464646. Windows color (decimal): -13086414 or 3297592. OLE color: 3297592.

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

Color convert

RGB568150-
CMYK0.3100.380.68
HSL108.39º23.66%25.69%-
HSV(B)108.39º38.27%31.76%-
XYZ5.156.964.09-
YUV69.99116.72118.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=29.95%
G=43.32%
B=26.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681500.3100.380.68108.3923.6625.69
Hex3851321F026446c181a
Octal7012162370461041543032
Binary1110001010001110010111110100110100010011011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385132; }

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

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

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

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

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

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

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

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