Html Css Color HEX #314D29 Palm Leaf

📋 copy color: '#314D29'

red 49 ◦ green 77 ◦ blue 41

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

Shades of Palm Leaf #314D29

Tints of Palm Leaf #314D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.11%

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

R = 29.34%
G = 46.11%
B = 24.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#314D29 (or 0x314D29) is known color: Palm Leaf. HEX triplet: 31, 4D and 29. RGB value is (49,77,41). Sum of RGB (Red+Green+Blue) = 49+77+41=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #314D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D29 is #CEB2D6. Grayscale: #404040. Windows color (decimal): -13546199 or 2706737. OLE color: 2706737.

HSL color Cylindrical-coordinate representation of color #314D29: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314D29 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 41 -
CMYK 0.36 0 0.47 0.70
HSL 106.67º 0.31% 0.23% -
HSV(B) 106.67º 0.47% 0.3% -
XYZ 4.32 6.12 3.05 -
YUV 64.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 49 77 41 0.36 0 0.47 0.70 106.67 0.31 0.23
Hex 31 4D 29 24 0 2F 46 6B 1F 17
Octal 61 115 51 44 0 57 106 153 37 27
Binary 110001 1001101 101001 100100 0 101111 1000110 1101011 11111 10111

Color Harmonies of #314D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D29

Black with #314D29

Text Example


Text Example

White with #314D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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