Html Css Color HEX #31482E Palm Leaf

📋 copy color: '#31482E'

red 49 ◦ green 72 ◦ blue 46

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

Shades of Palm Leaf #31482E

Tints of Palm Leaf #31482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 29.34%
G = 43.11%
B = 27.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#31482E (or 0x31482E) is known color: Palm Leaf. HEX triplet: 31, 48 and 2E. RGB value is (49,72,46). Sum of RGB (Red+Green+Blue) = 49+72+46=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #31482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31482E is #CEB7D1. Grayscale: #3E3E3E. Windows color (decimal): -13547474 or 3033137. OLE color: 3033137.

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

Color convert

RGB 49 72 46 -
CMYK 0.32 0 0.36 0.72
HSL 113.08º 0.22% 0.23% -
HSV(B) 113.08º 0.36% 0.28% -
XYZ 4.08 5.48 3.43 -
YUV 62.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 49 72 46 0.32 0 0.36 0.72 113.08 0.22 0.23
Hex 31 48 2E 20 0 24 48 71 16 17
Octal 61 110 56 40 0 44 110 161 26 27
Binary 110001 1001000 101110 100000 0 100100 1001000 1110001 10110 10111

Color Harmonies of #31482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31482E

Black with #31482E

Text Example


Text Example

White with #31482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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