Html Css Color HEX #314D22 Palm Leaf

📋 copy color: '#314D22'

red 49 ◦ green 77 ◦ blue 34

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

Shades of Palm Leaf #314D22

Tints of Palm Leaf #314D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.25%

R = 30.63%
G = 48.13%
B = 21.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#314D22 (or 0x314D22) is known color: Palm Leaf. HEX triplet: 31, 4D and 22. RGB value is (49,77,34). Sum of RGB (Red+Green+Blue) = 49+77+34=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #314D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D22 is #CEB2DD. Grayscale: #3F3F3F. Windows color (decimal): -13546206 or 2247985. OLE color: 2247985.

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

Color convert

RGB 49 77 34 -
CMYK 0.36 0 0.56 0.70
HSL 99.07º 0.39% 0.22% -
HSV(B) 99.07º 0.56% 0.3% -
XYZ 4.21 6.08 2.46 -
YUV 63.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 49 77 34 0.36 0 0.56 0.70 99.07 0.39 0.22
Hex 31 4D 22 24 0 38 46 63 27 16
Octal 61 115 42 44 0 70 106 143 47 26
Binary 110001 1001101 100010 100100 0 111000 1000110 1100011 100111 10110

Color Harmonies of #314D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D22

Black with #314D22

Text Example


Text Example

White with #314D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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