Html Css Color HEX #314929 Palm Leaf

📋 copy color: '#314929'

red 49 ◦ green 73 ◦ blue 41

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

Shades of Palm Leaf #314929

Tints of Palm Leaf #314929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

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

R = 30.06%
G = 44.79%
B = 25.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#314929 (or 0x314929) is known color: Palm Leaf. HEX triplet: 31, 49 and 29. RGB value is (49,73,41). Sum of RGB (Red+Green+Blue) = 49+73+41=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #314929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314929 is #CEB6D6. Grayscale: #3E3E3E. Windows color (decimal): -13547223 or 2705713. OLE color: 2705713.

HSL color Cylindrical-coordinate representation of color #314929: hue angle of 105º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314929 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 41 -
CMYK 0.33 0 0.44 0.71
HSL 105º 0.28% 0.22% -
HSV(B) 105º 0.44% 0.29% -
XYZ 4.05 5.58 2.96 -
YUV 62.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 49 73 41 0.33 0 0.44 0.71 105 0.28 0.22
Hex 31 49 29 21 0 2C 47 69 1C 16
Octal 61 111 51 41 0 54 107 151 34 26
Binary 110001 1001001 101001 100001 0 101100 1000111 1101001 11100 10110

Color Harmonies of #314929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314929

Black with #314929

Text Example


Text Example

White with #314929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314929; }

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

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

background-color css

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

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

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

border-color css

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

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

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