Html Css Color HEX #314729 Palm Leaf

📋 copy color: '#314729'

red 49 ◦ green 71 ◦ blue 41

#314729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #314729

Tints of Palm Leaf #314729

RGB

 RED value IS 49 (19.53% from 255) = 30.43%

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 41 (16.41% from 255) = 25.47%

R = 30.43%
G = 44.1%
B = 25.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#314729 (or 0x314729) is known color: Palm Leaf. HEX triplet: 31, 47 and 29. RGB value is (49,71,41). Sum of RGB (Red+Green+Blue) = 49+71+41=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #314729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314729 is #CEB8D6. Grayscale: #3D3D3D. Windows color (decimal): -13547735 or 2705201. OLE color: 2705201.

HSL color Cylindrical-coordinate representation of color #314729: hue angle of 104º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314729 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 41 -
CMYK 0.31 0 0.42 0.72
HSL 104º 0.27% 0.22% -
HSV(B) 104º 0.42% 0.28% -
XYZ 3.92 5.32 2.92 -
YUV 61 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 49 71 41 0.31 0 0.42 0.72 104 0.27 0.22
Hex 31 47 29 1F 0 2A 48 68 1B 16
Octal 61 107 51 37 0 52 110 150 33 26
Binary 110001 1000111 101001 11111 0 101010 1001000 1101000 11011 10110

Color Harmonies of #314729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314729

Black with #314729

Text Example


Text Example

White with #314729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314729; }

 p { color: rgb(49,71,41); }

 H1.HeaderClassName
 {
   color: #314729;
 }
 .AnyTagClassName
 {
   color: #314729;
 }
</style>

background-color css

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

 a { background-color: rgb(49,71,41); }

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

border-color css

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

 span { border-color: rgb(49,71,41); }

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