#31462A

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

Shades of Palm Leaf #31462A

Tints of Palm Leaf #31462A

Color information

#31462A (or 0x31462A) is unknown color: approx Palm Leaf. HEX triplet: 31, 46 and 2A. RGB value is (49,70,42). Sum of RGB (Red+Green+Blue) = 49+70+42=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #31462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31462A is #CEB9D5. Grayscale: #3C3C3C. Windows color (decimal): -13547990 or 2770481. OLE color: 2770481.

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

Color convert

RGB497042-
CMYK0.3000.400.73
HSL105º25%21.96%-
HSV(B)105º40%27.45%-
XYZ3.875.22.99-
YUV60.53117.54119.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970420.3000.400.731052521.96
Hex31462A1E02849691916
Octal6110652360501111513126
Binary1100011000110101010111100101000100100111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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