Html Css Color HEX #314822 Palm Leaf

📋 copy color: '#314822'

red 49 ◦ green 72 ◦ blue 34

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

Shades of Palm Leaf #314822

Tints of Palm Leaf #314822

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.45%

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

R = 31.61%
G = 46.45%
B = 21.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#314822 (or 0x314822) is known color: Palm Leaf. HEX triplet: 31, 48 and 22. RGB value is (49,72,34). Sum of RGB (Red+Green+Blue) = 49+72+34=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #314822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314822 is #CEB7DD. Grayscale: #3C3C3C. Windows color (decimal): -13547486 or 2246705. OLE color: 2246705.

HSL color Cylindrical-coordinate representation of color #314822: hue angle of 96.32º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314822 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 34 -
CMYK 0.32 0 0.53 0.72
HSL 96.32º 0.36% 0.21% -
HSV(B) 96.32º 0.53% 0.28% -
XYZ 3.87 5.4 2.35 -
YUV 60.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 49 72 34 0.32 0 0.53 0.72 96.32 0.36 0.21
Hex 31 48 22 20 0 35 48 60 24 15
Octal 61 110 42 40 0 65 110 140 44 25
Binary 110001 1001000 100010 100000 0 110101 1001000 1100000 100100 10101

Color Harmonies of #314822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314822

Black with #314822

Text Example


Text Example

White with #314822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314822; }

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

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

background-color css

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

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

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

border-color css

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

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

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