#315323

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

Shades of Palm Leaf #315323

Tints of Palm Leaf #315323

Color information

#315323 (or 0x315323) is unknown color: approx Palm Leaf. HEX triplet: 31, 53 and 23. RGB value is (49,83,35). Sum of RGB (Red+Green+Blue) = 49+83+35=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #315323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315323 is #CEACDC. Grayscale: #434343. Windows color (decimal): -13544669 or 2315057. OLE color: 2315057.

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

Color convert

RGB498335-
CMYK0.4100.580.67
HSL102.5º40.68%23.14%-
HSV(B)102.5º57.83%32.55%-
XYZ4.666.962.69-
YUV67.36109.74114.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=29.34%
G=49.70%
B=20.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983350.4100.580.67102.540.6823.14
Hex3153232903A43662917
Octal6112343510721031465127
Binary110001101001110001110100101110101000011110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315323; }

 p { color: rgb(49,83,35); }

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

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

 a { background-color: rgb(49,83,35); }

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

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

 span { border-color: rgb(49,83,35); }

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