Html Css Color HEX #314829 Palm Leaf

📋 copy color: '#314829'

red 49 ◦ green 72 ◦ blue 41

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

Shades of Palm Leaf #314829

Tints of Palm Leaf #314829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 30.25%
G = 44.44%
B = 25.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#314829 (or 0x314829) is known color: Palm Leaf. HEX triplet: 31, 48 and 29. RGB value is (49,72,41). Sum of RGB (Red+Green+Blue) = 49+72+41=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #314829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314829 is #CEB7D6. Grayscale: #3D3D3D. Windows color (decimal): -13547479 or 2705457. OLE color: 2705457.

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

Color convert

RGB 49 72 41 -
CMYK 0.32 0 0.43 0.72
HSL 104.52º 0.27% 0.22% -
HSV(B) 104.52º 0.43% 0.28% -
XYZ 3.98 5.45 2.94 -
YUV 61.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 49 72 41 0.32 0 0.43 0.72 104.52 0.27 0.22
Hex 31 48 29 20 0 2B 48 69 1B 16
Octal 61 110 51 40 0 53 110 151 33 26
Binary 110001 1001000 101001 100000 0 101011 1001000 1101001 11011 10110

Color Harmonies of #314829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314829

Black with #314829

Text Example


Text Example

White with #314829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314829; }

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

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

background-color css

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

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

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

border-color css

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

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

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