Html Css Color HEX #314E2C Palm Leaf

📋 copy color: '#314E2C'

red 49 ◦ green 78 ◦ blue 44

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

Shades of Palm Leaf #314E2C

Tints of Palm Leaf #314E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.61%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 28.65%
G = 45.61%
B = 25.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#314E2C (or 0x314E2C) is known color: Palm Leaf. HEX triplet: 31, 4E and 2C. RGB value is (49,78,44). Sum of RGB (Red+Green+Blue) = 49+78+44=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #314E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E2C is #CEB1D3. Grayscale: #414141. Windows color (decimal): -13545940 or 2903601. OLE color: 2903601.

HSL color Cylindrical-coordinate representation of color #314E2C: hue angle of 111.18º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314E2C is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 44 -
CMYK 0.37 0 0.44 0.69
HSL 111.18º 0.28% 0.24% -
HSV(B) 111.18º 0.44% 0.31% -
XYZ 4.45 6.28 3.36 -
YUV 65.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 49 78 44 0.37 0 0.44 0.69 111.18 0.28 0.24
Hex 31 4E 2C 25 0 2C 45 6F 1C 18
Octal 61 116 54 45 0 54 105 157 34 30
Binary 110001 1001110 101100 100101 0 101100 1000101 1101111 11100 11000

Color Harmonies of #314E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E2C

Black with #314E2C

Text Example


Text Example

White with #314E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314E2C; }

 p { color: rgb(49,78,44); }

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

background-color css

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

 a { background-color: rgb(49,78,44); }

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

border-color css

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

 span { border-color: rgb(49,78,44); }

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