#314525

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

Shades of Palm Leaf #314525

Tints of Palm Leaf #314525

Color information

#314525 (or 0x314525) is unknown color: approx Palm Leaf. HEX triplet: 31, 45 and 25. RGB value is (49,69,37). Sum of RGB (Red+Green+Blue) = 49+69+37=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #314525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314525 is #CEBADA. Grayscale: #3B3B3B. Windows color (decimal): -13548251 or 2442545. OLE color: 2442545.

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

Color convert

RGB496937-
CMYK0.2900.460.73
HSL97.5º30.19%20.78%-
HSV(B)97.5º46.38%27.06%-
XYZ3.735.042.53-
YUV59.37115.37120.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=31.61%
G=44.52%
B=23.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969370.2900.460.7397.530.1920.78
Hex3145251D02E49621e15
Octal6110545350561111423625
Binary1100011000101100101111010101110100100111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314525; }

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

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

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

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

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

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

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

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