#38542C

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

Shades of Palm Leaf #38542C

Tints of Palm Leaf #38542C

Color information

#38542C (or 0x38542C) is unknown color: approx Palm Leaf. HEX triplet: 38, 54 and 2C. RGB value is (56,84,44). Sum of RGB (Red+Green+Blue) = 56+84+44=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #38542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38542C is #C7ABD3. Grayscale: #474747. Windows color (decimal): -13085652 or 2905144. OLE color: 2905144.

HSL color Cylindrical-coordinate representation of color #38542C: hue angle of 102º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38542C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB568444-
CMYK0.3300.480.67
HSL102º31.25%25.1%-
HSV(B)102º47.62%32.94%-
XYZ5.267.363.53-
YUV71.07112.72117.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=30.43%
G=45.65%
B=23.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684440.3300.480.6710231.2525.1
Hex38542C2103043661f19
Octal7012454410601031463731
Binary11100010101001011001000010110000100001111001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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