#415338

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

Shades of Palm Leaf #415338

Tints of Palm Leaf #415338

Color information

#415338 (or 0x415338) is unknown color: approx Palm Leaf. HEX triplet: 41, 53 and 38. RGB value is (65,83,56). Sum of RGB (Red+Green+Blue) = 65+83+56=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #415338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415338 is #BEACC7. Grayscale: #4A4A4A. Windows color (decimal): -12496072 or 3691329. OLE color: 3691329.

HSL color Cylindrical-coordinate representation of color #415338: hue angle of 100º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415338 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB658356-
CMYK0.2200.330.67
HSL100º19.42%27.25%-
HSV(B)100º32.53%32.55%-
XYZ5.997.64.89-
YUV74.54117.54121.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=31.86%
G=40.69%
B=27.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583560.2200.330.6710019.4227.25
Hex415338160214364131b
Octal10112370260411031442333
Binary10000011010011111000101100100001100001111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415338; }

 p { color: rgb(65,83,56); }

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

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

 a { background-color: rgb(65,83,56); }

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

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

 span { border-color: rgb(65,83,56); }

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