Html Css Color HEX #31551F Palm Leaf

📋 copy color: '#31551F'

red 49 ◦ green 85 ◦ blue 31

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

Shades of Palm Leaf #31551F

Tints of Palm Leaf #31551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.52%

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

R = 29.7%
G = 51.52%
B = 18.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#31551F (or 0x31551F) is known color: Palm Leaf. HEX triplet: 31, 55 and 1F. RGB value is (49,85,31). Sum of RGB (Red+Green+Blue) = 49+85+31=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #31551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551F is #CEAAE0. Grayscale: #444444. Windows color (decimal): -13544161 or 2053425. OLE color: 2053425.

HSL color Cylindrical-coordinate representation of color #31551F: hue angle of 100º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31551F is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 31 -
CMYK 0.42 0 0.64 0.67
HSL 100º 0.47% 0.23% -
HSV(B) 100º 0.64% 0.33% -
XYZ 4.76 7.25 2.44 -
YUV 68.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 49 85 31 0.42 0 0.64 0.67 100 0.47 0.23
Hex 31 55 1F 2A 0 40 43 64 2F 17
Octal 61 125 37 52 0 100 103 144 57 27
Binary 110001 1010101 11111 101010 0 1000000 1000011 1100100 101111 10111

Color Harmonies of #31551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31551F

Black with #31551F

Text Example


Text Example

White with #31551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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