Html Css Color HEX #31492C Palm Leaf

📋 copy color: '#31492C'

red 49 ◦ green 73 ◦ blue 44

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

Shades of Palm Leaf #31492C

Tints of Palm Leaf #31492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 29.52%
G = 43.98%
B = 26.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#31492C (or 0x31492C) is known color: Palm Leaf. HEX triplet: 31, 49 and 2C. RGB value is (49,73,44). Sum of RGB (Red+Green+Blue) = 49+73+44=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #31492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31492C is #CEB6D3. Grayscale: #3E3E3E. Windows color (decimal): -13547220 or 2902321. OLE color: 2902321.

HSL color Cylindrical-coordinate representation of color #31492C: hue angle of 109.66º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31492C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 44 -
CMYK 0.33 0 0.40 0.71
HSL 109.66º 0.25% 0.23% -
HSV(B) 109.66º 0.4% 0.29% -
XYZ 4.1 5.6 3.25 -
YUV 62.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 49 73 44 0.33 0 0.40 0.71 109.66 0.25 0.23
Hex 31 49 2C 21 0 28 47 6E 19 17
Octal 61 111 54 41 0 50 107 156 31 27
Binary 110001 1001001 101100 100001 0 101000 1000111 1101110 11001 10111

Color Harmonies of #31492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31492C

Black with #31492C

Text Example


Text Example

White with #31492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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