#38572D

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

Shades of Palm Leaf #38572D

Tints of Palm Leaf #38572D

Color information

#38572D (or 0x38572D) is unknown color: approx Palm Leaf. HEX triplet: 38, 57 and 2D. RGB value is (56,87,45). Sum of RGB (Red+Green+Blue) = 56+87+45=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #38572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38572D is #C7A8D2. Grayscale: #494949. Windows color (decimal): -13084883 or 2971448. OLE color: 2971448.

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

Color convert

RGB568745-
CMYK0.3600.480.66
HSL104.29º31.82%25.88%-
HSV(B)104.29º48.28%34.12%-
XYZ5.517.853.71-
YUV72.94112.23115.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=29.79%
G=46.28%
B=23.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687450.3600.480.66104.2931.8225.88
Hex38572D240304268201a
Octal7012755440601021504032
Binary111000101011110110110010001100001000010110100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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