Html Css Color HEX #314924 Palm Leaf

📋 copy color: '#314924'

red 49 ◦ green 73 ◦ blue 36

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

Shades of Palm Leaf #314924

Tints of Palm Leaf #314924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 31.01%
G = 46.2%
B = 22.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#314924 (or 0x314924) is known color: Palm Leaf. HEX triplet: 31, 49 and 24. RGB value is (49,73,36). Sum of RGB (Red+Green+Blue) = 49+73+36=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #314924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314924 is #CEB6DB. Grayscale: #3D3D3D. Windows color (decimal): -13547228 or 2378033. OLE color: 2378033.

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

Color convert

RGB 49 73 36 -
CMYK 0.33 0 0.51 0.71
HSL 98.92º 0.34% 0.21% -
HSV(B) 98.92º 0.51% 0.29% -
XYZ 3.97 5.55 2.53 -
YUV 61.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 49 73 36 0.33 0 0.51 0.71 98.92 0.34 0.21
Hex 31 49 24 21 0 33 47 63 22 15
Octal 61 111 44 41 0 63 107 143 42 25
Binary 110001 1001001 100100 100001 0 110011 1000111 1100011 100010 10101

Color Harmonies of #314924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314924

Black with #314924

Text Example


Text Example

White with #314924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314924; }

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

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

background-color css

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

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

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

border-color css

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

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

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