#38562A

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

Shades of Palm Leaf #38562A

Tints of Palm Leaf #38562A

Color information

#38562A (or 0x38562A) is unknown color: approx Palm Leaf. HEX triplet: 38, 56 and 2A. RGB value is (56,86,42). Sum of RGB (Red+Green+Blue) = 56+86+42=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #38562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38562A is #C7A9D5. Grayscale: #484848. Windows color (decimal): -13085142 or 2774584. OLE color: 2774584.

HSL color Cylindrical-coordinate representation of color #38562A: hue angle of 100.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38562A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB568642-
CMYK0.3500.510.66
HSL100.91º34.38%25.1%-
HSV(B)100.91º51.16%33.73%-
XYZ5.387.663.39-
YUV72.01111.06116.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=30.43%
G=46.74%
B=22.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686420.3500.510.66100.9134.3825.1
Hex38562A2303342652219
Octal7012652430631021454231
Binary111000101011010101010001101100111000010110010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38562A; }

 p { color: rgb(56,86,42); }

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

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

 a { background-color: rgb(56,86,42); }

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

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

 span { border-color: rgb(56,86,42); }

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