Html Css Color HEX #314D1F Palm Leaf

📋 copy color: '#314D1F'

red 49 ◦ green 77 ◦ blue 31

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

Shades of Palm Leaf #314D1F

Tints of Palm Leaf #314D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 31.21%
G = 49.04%
B = 19.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#314D1F (or 0x314D1F) is known color: Palm Leaf. HEX triplet: 31, 4D and 1F. RGB value is (49,77,31). Sum of RGB (Red+Green+Blue) = 49+77+31=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #314D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D1F is #CEB2E0. Grayscale: #3F3F3F. Windows color (decimal): -13546209 or 2051377. OLE color: 2051377.

HSL color Cylindrical-coordinate representation of color #314D1F: hue angle of 96.52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314D1F is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 31 -
CMYK 0.36 0 0.60 0.70
HSL 96.52º 0.43% 0.21% -
HSV(B) 96.52º 0.6% 0.3% -
XYZ 4.17 6.06 2.25 -
YUV 63.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 49 77 31 0.36 0 0.60 0.70 96.52 0.43 0.21
Hex 31 4D 1F 24 0 3C 46 61 2B 15
Octal 61 115 37 44 0 74 106 141 53 25
Binary 110001 1001101 11111 100100 0 111100 1000110 1100001 101011 10101

Color Harmonies of #314D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D1F

Black with #314D1F

Text Example


Text Example

White with #314D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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