#314430

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

Shades of Palm Leaf #314430

Tints of Palm Leaf #314430

Color information

#314430 (or 0x314430) is unknown color: approx Palm Leaf. HEX triplet: 31, 44 and 30. RGB value is (49,68,48). Sum of RGB (Red+Green+Blue) = 49+68+48=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #314430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314430 is #CEBBCF. Grayscale: #3C3C3C. Windows color (decimal): -13548496 or 3163185. OLE color: 3163185.

HSL color Cylindrical-coordinate representation of color #314430: hue angle of 117º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314430 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB496848-
CMYK0.2800.290.73
HSL117º17.24%22.75%-
HSV(B)117º29.41%26.67%-
XYZ3.8753.56-
YUV60.04121.21120.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=29.70%
G=41.21%
B=29.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968480.2800.290.7311717.2422.75
Hex3144301C01D49751117
Octal6110460340351111652127
Binary110001100010011000011100011101100100111101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314430; }

 p { color: rgb(49,68,48); }

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

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

 a { background-color: rgb(49,68,48); }

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

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

 span { border-color: rgb(49,68,48); }

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