#38572C

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

Shades of Palm Leaf #38572C

Tints of Palm Leaf #38572C

Color information

#38572C (or 0x38572C) is unknown color: approx Palm Leaf. HEX triplet: 38, 57 and 2C. RGB value is (56,87,44). Sum of RGB (Red+Green+Blue) = 56+87+44=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #38572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38572C is #C7A8D3. Grayscale: #484848. Windows color (decimal): -13084884 or 2905912. OLE color: 2905912.

HSL color Cylindrical-coordinate representation of color #38572C: hue angle of 103.26º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38572C is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB568744-
CMYK0.3600.490.66
HSL103.26º32.82%25.69%-
HSV(B)103.26º49.43%34.12%-
XYZ5.497.843.61-
YUV72.83111.73116-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 87 (34.38% from 255) = 46.52%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=29.95%
G=46.52%
B=23.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687440.3600.490.66103.2632.8225.69
Hex38572C240314267211a
Octal7012754440611021474132
Binary111000101011110110010010001100011000010110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38572C; }

 p { color: rgb(56,87,44); }

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

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

 a { background-color: rgb(56,87,44); }

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

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

 span { border-color: rgb(56,87,44); }

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