#38552D

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

Shades of Palm Leaf #38552D

Tints of Palm Leaf #38552D

Color information

#38552D (or 0x38552D) is unknown color: approx Palm Leaf. HEX triplet: 38, 55 and 2D. RGB value is (56,85,45). Sum of RGB (Red+Green+Blue) = 56+85+45=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #38552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552D is #C7AAD2. Grayscale: #474747. Windows color (decimal): -13085395 or 2970936. OLE color: 2970936.

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

Color convert

RGB568545-
CMYK0.3400.470.67
HSL103.5º30.77%25.49%-
HSV(B)103.5º47.06%33.33%-
XYZ5.357.533.65-
YUV71.77112.89116.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=30.11%
G=45.70%
B=24.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685450.3400.470.67103.530.7725.49
Hex38552D2202F43681f19
Octal7012555420571031503731
Binary11100010101011011011000100101111100001111010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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