#31432F

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

Shades of Palm Leaf #31432F

Tints of Palm Leaf #31432F

Color information

#31432F (or 0x31432F) is unknown color: approx Palm Leaf. HEX triplet: 31, 43 and 2F. RGB value is (49,67,47). Sum of RGB (Red+Green+Blue) = 49+67+47=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #31432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31432F is #CEBCD0. Grayscale: #3B3B3B. Windows color (decimal): -13548753 or 3097393. OLE color: 3097393.

HSL color Cylindrical-coordinate representation of color #31432F: hue angle of 114º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31432F is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB496747-
CMYK0.2700.300.74
HSL114º17.54%22.35%-
HSV(B)114º29.85%26.27%-
XYZ3.794.873.43-
YUV59.34121.04120.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=30.06%
G=41.10%
B=28.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967470.2700.300.7411417.5422.35
Hex31432F1B01E4A721216
Octal6110357330361121622226
Binary110001100001110111111011011110100101011100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31432F; }

 p { color: rgb(49,67,47); }

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

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

 a { background-color: rgb(49,67,47); }

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

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

 span { border-color: rgb(49,67,47); }

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