#31462B

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

Shades of Palm Leaf #31462B

Tints of Palm Leaf #31462B

Color information

#31462B (or 0x31462B) is unknown color: approx Palm Leaf. HEX triplet: 31, 46 and 2B. RGB value is (49,70,43). Sum of RGB (Red+Green+Blue) = 49+70+43=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #31462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31462B is #CEB9D4. Grayscale: #3C3C3C. Windows color (decimal): -13547989 or 2836017. OLE color: 2836017.

HSL color Cylindrical-coordinate representation of color #31462B: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #31462B is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB497043-
CMYK0.3000.390.73
HSL106.67º23.89%22.16%-
HSV(B)106.67º38.57%27.45%-
XYZ3.895.213.09-
YUV60.64118.04119.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=30.25%
G=43.21%
B=26.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970430.3000.390.73106.6723.8922.16
Hex31462B1E027496b1816
Octal6110653360471111533026
Binary1100011000110101011111100100111100100111010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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