#314530

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

Shades of Palm Leaf #314530

Tints of Palm Leaf #314530

Color information

#314530 (or 0x314530) is unknown color: approx Palm Leaf. HEX triplet: 31, 45 and 30. RGB value is (49,69,48). Sum of RGB (Red+Green+Blue) = 49+69+48=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #314530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314530 is #CEBACF. Grayscale: #3C3C3C. Windows color (decimal): -13548240 or 3163441. OLE color: 3163441.

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

Color convert

RGB496948-
CMYK0.2900.300.73
HSL117.14º17.95%22.94%-
HSV(B)117.14º30.43%27.06%-
XYZ3.935.123.58-
YUV60.63120.87119.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=29.52%
G=41.57%
B=28.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969480.2900.300.73117.1417.9522.94
Hex3145301D01E49751217
Octal6110560350361111652227
Binary110001100010111000011101011110100100111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314530; }

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

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

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

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

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

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

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

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