Html Css Color HEX #314D21 Palm Leaf

📋 copy color: '#314D21'

red 49 ◦ green 77 ◦ blue 33

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

Shades of Palm Leaf #314D21

Tints of Palm Leaf #314D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.75%

R = 30.82%
G = 48.43%
B = 20.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#314D21 (or 0x314D21) is known color: Palm Leaf. HEX triplet: 31, 4D and 21. RGB value is (49,77,33). Sum of RGB (Red+Green+Blue) = 49+77+33=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #314D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D21 is #CEB2DE. Grayscale: #3F3F3F. Windows color (decimal): -13546207 or 2182449. OLE color: 2182449.

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

Color convert

RGB 49 77 33 -
CMYK 0.36 0 0.57 0.70
HSL 98.18º 0.4% 0.22% -
HSV(B) 98.18º 0.57% 0.3% -
XYZ 4.2 6.07 2.39 -
YUV 63.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 49 77 33 0.36 0 0.57 0.70 98.18 0.4 0.22
Hex 31 4D 21 24 0 39 46 62 28 16
Octal 61 115 41 44 0 71 106 142 50 26
Binary 110001 1001101 100001 100100 0 111001 1000110 1100010 101000 10110

Color Harmonies of #314D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D21

Black with #314D21

Text Example


Text Example

White with #314D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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