Html Css Color HEX #31492A Palm Leaf

📋 copy color: '#31492A'

red 49 ◦ green 73 ◦ blue 42

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

Shades of Palm Leaf #31492A

Tints of Palm Leaf #31492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 29.88%
G = 44.51%
B = 25.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#31492A (or 0x31492A) is known color: Palm Leaf. HEX triplet: 31, 49 and 2A. RGB value is (49,73,42). Sum of RGB (Red+Green+Blue) = 49+73+42=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #31492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31492A is #CEB6D5. Grayscale: #3E3E3E. Windows color (decimal): -13547222 or 2771249. OLE color: 2771249.

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

Color convert

RGB 49 73 42 -
CMYK 0.33 0 0.42 0.71
HSL 106.45º 0.27% 0.23% -
HSV(B) 106.45º 0.42% 0.29% -
XYZ 4.07 5.59 3.05 -
YUV 62.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 49 73 42 0.33 0 0.42 0.71 106.45 0.27 0.23
Hex 31 49 2A 21 0 2A 47 6A 1B 17
Octal 61 111 52 41 0 52 107 152 33 27
Binary 110001 1001001 101010 100001 0 101010 1000111 1101010 11011 10111

Color Harmonies of #31492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31492A

Black with #31492A

Text Example


Text Example

White with #31492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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