Html Css Color HEX #31531F Palm Leaf

📋 copy color: '#31531F'

red 49 ◦ green 83 ◦ blue 31

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

Shades of Palm Leaf #31531F

Tints of Palm Leaf #31531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 30.06%
G = 50.92%
B = 19.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#31531F (or 0x31531F) is known color: Palm Leaf. HEX triplet: 31, 53 and 1F. RGB value is (49,83,31). Sum of RGB (Red+Green+Blue) = 49+83+31=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #31531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31531F is #CEACE0. Grayscale: #434343. Windows color (decimal): -13544673 or 2052913. OLE color: 2052913.

HSL color Cylindrical-coordinate representation of color #31531F: hue angle of 99.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31531F is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 31 -
CMYK 0.41 0 0.63 0.67
HSL 99.23º 0.46% 0.22% -
HSV(B) 99.23º 0.63% 0.33% -
XYZ 4.61 6.94 2.39 -
YUV 66.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 49 83 31 0.41 0 0.63 0.67 99.23 0.46 0.22
Hex 31 53 1F 29 0 3F 43 63 2E 16
Octal 61 123 37 51 0 77 103 143 56 26
Binary 110001 1010011 11111 101001 0 111111 1000011 1100011 101110 10110

Color Harmonies of #31531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31531F

Black with #31531F

Text Example


Text Example

White with #31531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31531F; }

 p { color: rgb(49,83,31); }

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

background-color css

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

 a { background-color: rgb(49,83,31); }

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

border-color css

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

 span { border-color: rgb(49,83,31); }

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