#31432B

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

Shades of Palm Leaf #31432B

Tints of Palm Leaf #31432B

Color information

#31432B (or 0x31432B) is unknown color: approx Palm Leaf. HEX triplet: 31, 43 and 2B. RGB value is (49,67,43). Sum of RGB (Red+Green+Blue) = 49+67+43=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #31432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31432B is #CEBCD4. Grayscale: #3A3A3A. Windows color (decimal): -13548757 or 2835249. OLE color: 2835249.

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

Color convert

RGB496743-
CMYK0.2700.360.74
HSL105º21.82%21.57%-
HSV(B)105º35.82%26.27%-
XYZ3.714.843.02-
YUV58.88119.04120.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=30.82%
G=42.14%
B=27.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967430.2700.360.7410521.8221.57
Hex31432B1B0244A691616
Octal6110353330441121512626
Binary1100011000011101011110110100100100101011010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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