Html Css Color HEX #31511B Palm Leaf

📋 copy color: '#31511B'

red 49 ◦ green 81 ◦ blue 27

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

Shades of Palm Leaf #31511B

Tints of Palm Leaf #31511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 31.21%
G = 51.59%
B = 17.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#31511B (or 0x31511B) is known color: Palm Leaf. HEX triplet: 31, 51 and 1B. RGB value is (49,81,27). Sum of RGB (Red+Green+Blue) = 49+81+27=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #31511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31511B is #CEAEE4. Grayscale: #414141. Windows color (decimal): -13545189 or 1790257. OLE color: 1790257.

HSL color Cylindrical-coordinate representation of color #31511B: hue angle of 95.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31511B is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 27 -
CMYK 0.40 0 0.67 0.68
HSL 95.56º 0.5% 0.21% -
HSV(B) 95.56º 0.67% 0.32% -
XYZ 4.41 6.62 2.08 -
YUV 65.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 49 81 27 0.40 0 0.67 0.68 95.56 0.5 0.21
Hex 31 51 1B 28 0 43 44 60 32 15
Octal 61 121 33 50 0 103 104 140 62 25
Binary 110001 1010001 11011 101000 0 1000011 1000100 1100000 110010 10101

Color Harmonies of #31511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31511B

Black with #31511B

Text Example


Text Example

White with #31511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31511B; }

 p { color: rgb(49,81,27); }

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

background-color css

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

 a { background-color: rgb(49,81,27); }

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

border-color css

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

 span { border-color: rgb(49,81,27); }

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