#314130

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

Shades of Palm Leaf #314130

Tints of Palm Leaf #314130

Color information

#314130 (or 0x314130) is unknown color: approx Palm Leaf. HEX triplet: 31, 41 and 30. RGB value is (49,65,48). Sum of RGB (Red+Green+Blue) = 49+65+48=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #314130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314130 is #CEBECF. Grayscale: #3A3A3A. Windows color (decimal): -13549264 or 3162417. OLE color: 3162417.

HSL color Cylindrical-coordinate representation of color #314130: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #314130 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB496548-
CMYK0.2500.260.75
HSL116.47º15.04%22.16%-
HSV(B)116.47º26.15%25.49%-
XYZ3.694.653.5-
YUV58.28122.2121.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=30.25%
G=40.12%
B=29.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965480.2500.260.75116.4715.0422.16
Hex3141301901A4B74f16
Octal6110160310321131641726
Binary11000110000011100001100101101010010111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314130; }

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

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

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

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

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

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

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

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